hedgewars/uLandGraphics.pas
changeset 8773 7d3af949dd34
parent 8751 4609823efc94
child 8783 f1231a48fc48
--- a/hedgewars/uLandGraphics.pas	Fri Mar 22 14:54:20 2013 +0100
+++ b/hedgewars/uLandGraphics.pas	Fri Mar 22 18:51:37 2013 +0100
@@ -278,9 +278,9 @@
 var
     iceSurface: PSDL_Surface;
     icePixels: PLongwordArray;
-    pictureX, pictureY: LongInt;
-    w, c: LongWord;
-    weight: Longint;
+    //pictureX, pictureY: LongInt;
+    w{, c}: LongWord;
+    //weight: Longint;
 begin
     // So. 3 parameters here. Ice colour, Ice opacity, and a bias on the greyscaled pixel towards lightness
     iceSurface:= SpritesData[sprIceTexture].Surface;