diff -r 3c18ad8af8a2 -r e496587db93e hedgewars/uGearsHedgehog.pas --- a/hedgewars/uGearsHedgehog.pas Sat Sep 01 15:46:22 2012 -0400 +++ b/hedgewars/uGearsHedgehog.pas Sat Sep 01 17:11:39 2012 -0400 @@ -234,8 +234,8 @@ and ((Gear^.Message and gmLJump) <> 0) and ((Ammoz[CurAmmoType].Ammo.Propz and ammoprop_AltUse) <> 0) then begin - newDx:= dX / CurAmmoGear^.stepFreq; - newDy:= dY / CurAmmoGear^.stepFreq; + newDx:= dX; + newDy:= dY; altUse:= true end else