diff -r 667fb58d7f18 -r 5164d17b6374 hedgewars/uLand.pas --- a/hedgewars/uLand.pas Fri Sep 16 17:36:05 2011 +0200 +++ b/hedgewars/uLand.pas Fri Sep 16 18:17:16 2011 +0200 @@ -1229,7 +1229,7 @@ end; procedure DrawBottomBorder; // broken out from other borders for doing a floor-only map, or possibly updating bottom during SD -var x, y, w, c: Longword; +var x, w, c: Longword; begin for w:= 0 to 23 do for x:= leftX to rightX do