diff -r ec26095f1bed -r 465e2ec8f05f hedgewars/HHHandlers.inc --- 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);