diff -r ea6ee35d9434 -r 7d3af949dd34 hedgewars/uLandGraphics.pas --- 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;