hedgewars/uGearsHedgehog.pas
branchwebgl
changeset 8026 4a4f21070479
parent 8003 7d8bce524daf
child 8096 453917e94e55
--- 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);