hedgewars/HHHandlers.inc
changeset 543 465e2ec8f05f
parent 542 ec26095f1bed
child 545 f527450337c1
--- a/hedgewars/HHHandlers.inc	Sun Jun 17 14:48:15 2007 +0000
+++ b/hedgewars/HHHandlers.inc	Sun Jul 01 11:02:47 2007 +0000
@@ -47,7 +47,7 @@
            PlaySound(sndThrowRelease, false);
            end;
         xx:= SignAs(AngleSin(Angle), dX);
-        yy:= -AngleCos(Angle);
+        yy:= -AngleCos(Angle); 
              case Ammo^[CurSlot, CurAmmo].AmmoType of
                       amGrenade: FollowGear:= AddGear(hwRound(X), hwRound(Y), gtAmmo_Bomb,    0, xx*Power/cPowerDivisor, yy*Power/cPowerDivisor, Ammo^[CurSlot, CurAmmo].Timer);
                   amClusterBomb: FollowGear:= AddGear(hwRound(X), hwRound(Y), gtClusterBomb,  0, xx*Power/cPowerDivisor, yy*Power/cPowerDivisor, Ammo^[CurSlot, CurAmmo].Timer);