hedgewars/uWorld.pas
changeset 10331 cb6c33839d2a
parent 10330 3ec09243cb55
child 10332 194f003b41a4
--- a/hedgewars/uWorld.pas	Wed Jun 18 23:57:51 2014 +0200
+++ b/hedgewars/uWorld.pas	Thu Jun 19 00:09:03 2014 +0200
@@ -66,8 +66,7 @@
 {$ENDIF}
     ;
 
-var cWaveWidth: LongInt;
-    AMShiftTargetX, AMShiftTargetY, AMShiftX, AMShiftY, SlotsNum: LongInt;
+var AMShiftTargetX, AMShiftTargetY, AMShiftX, AMShiftY, SlotsNum: LongInt;
     AMAnimStartTime, AMState : LongInt;
     AMAnimState: Single;
     tmpSurface: PSDL_Surface;
@@ -219,7 +218,7 @@
 if length(g) > 0 then
     ShowMission(trgoal[gidCaption], trgoal[gidSubCaption], g, 1, 0);
 
-cWaveWidth:= SpritesData[sprWater].Width;
+//cWaveWidth:= SpritesData[sprWater].Width;
 //cWaveHeight:= SpritesData[sprWater].Height;
 cWaveHeight:= 32;