hedgewars/uLand.pas
branchhedgeroid
changeset 5932 5164d17b6374
parent 5824 2e5835130d9a
parent 5832 f730c8a9777b
child 6023 a28be05b20bc
--- 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