diff -r 7de85783b823 -r 4a4f21070479 hedgewars/uGearsHedgehog.pas --- a/hedgewars/uGearsHedgehog.pas Sun Nov 11 16:53:16 2012 +0100 +++ b/hedgewars/uGearsHedgehog.pas Sun Nov 11 17:15:19 2012 +0100 @@ -1114,7 +1114,7 @@ exit end; - if not isInMultiShoot and (Hedgehog^.Gear <> nil) then + if (not isInMultiShoot) and (Hedgehog^.Gear <> nil) then begin if GHStepTicks > 0 then dec(GHStepTicks);