diff -r c3b3d9ff7bb2 -r ae21b8e86dd9 hedgewars/HHHandlers.inc --- a/hedgewars/HHHandlers.inc Sat May 26 20:22:07 2007 +0000 +++ b/hedgewars/HHHandlers.inc Sat May 26 20:47:36 2007 +0000 @@ -270,6 +270,7 @@ Gear^.State:= Gear^.State and not (gstHHJumping or gstHHHJump); exit end; + if ((Gear^.State and gstFalling) <> 0) or (StepTicks = cHHStepTicks) or (CurAmmoGear <> nil) then // we're moving begin