hedgewars/HHHandlers.inc
changeset 1922 88cdabb51995
parent 1883 7c7476f56114
child 1964 dc9ea05c9d2f
--- a/hedgewars/HHHandlers.inc	Thu Mar 26 16:54:16 2009 +0000
+++ b/hedgewars/HHHandlers.inc	Thu Mar 26 19:22:40 2009 +0000
@@ -127,6 +127,7 @@
            StopSound(sndThrowPowerUp);
            PlaySound(sndThrowRelease, false, nil);
            end;
+
         xx:= SignAs(AngleSin(Angle), dX);
         yy:= -AngleCos(Angle);