Add missing variable in uWorld.pas in videorec builds
authorWuzzy <almikes@aol.com>
Thu, 12 Oct 2017 19:04:30 +0200
changeset 12697 c71e330d5094
parent 12696 975639969f83
child 12698 f2690a0ccf19
Add missing variable in uWorld.pas in videorec builds
hedgewars/uWorld.pas
--- a/hedgewars/uWorld.pas	Thu Oct 12 16:30:12 2017 +0200
+++ b/hedgewars/uWorld.pas	Thu Oct 12 19:04:30 2017 +0200
@@ -1167,6 +1167,9 @@
     s: shortstring;
     offsetX, offsetY, screenBottom: LongInt;
     replicateToLeft, replicateToRight, tmp: boolean;
+{$IFDEF USE_VIDEO_RECORDING}
+    a: Byte;
+{$ENDIF}
 begin
 if WorldEdge <> weWrap then
     begin