hedgewars/uVisualGears.pas
changeset 3326 7f57fc2bf630
parent 3267 02139461250c
child 3376 faee68a28b82
--- a/hedgewars/uVisualGears.pas	Thu Apr 08 22:45:18 2010 +0000
+++ b/hedgewars/uVisualGears.pas	Fri Apr 09 00:01:53 2010 +0000
@@ -801,7 +801,7 @@
                             if Gear^.FrameTicks < 250 then
                                 glColor4f(1, 1, 1, 1);
                             end;
-                vgtSplash: DrawSprite(sprSplash, hwRound(Gear^.X) + WorldDx - 64, hwRound(Gear^.Y) + WorldDy - 72, 19 - (Gear^.FrameTicks div 37));
+                vgtSplash: DrawSprite(sprSplash, hwRound(Gear^.X) + WorldDx - 40, hwRound(Gear^.Y) + WorldDy - 58, 19 - (Gear^.FrameTicks div 37));
                 vgtDroplet: DrawSprite(sprDroplet, hwRound(Gear^.X) + WorldDx - 8, hwRound(Gear^.Y) + WorldDy - 8, Gear^.Frame);
                vgtBeeTrace: begin
                             if Gear^.FrameTicks < 250 then