hedgewars/uGearsHedgehog.pas
changeset 7647 e496587db93e
parent 7646 3c18ad8af8a2
child 7671 43f38923bc6e
--- 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