diff -r 80f2a44becea -r f730c8a9777b hedgewars/uLand.pas --- a/hedgewars/uLand.pas Fri Sep 09 21:31:39 2011 +0200 +++ b/hedgewars/uLand.pas Fri Sep 09 18:30:40 2011 -0400 @@ -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