# HG changeset patch # User Wuzzy # Date 1507827870 -7200 # Node ID c71e330d5094d30d53574c4225bf7da756be9228 # Parent 975639969f8374daef25487999b22e120874e718 Add missing variable in uWorld.pas in videorec builds diff -r 975639969f83 -r c71e330d5094 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