hedgewars/uGears.pas
branchwebgl
changeset 9954 bf51bc7e2808
parent 9950 2759212a27de
child 9968 7fb2f35bdd5b
--- a/hedgewars/uGears.pas	Sun Jan 05 00:46:26 2014 +0400
+++ b/hedgewars/uGears.pas	Sun Jan 05 10:54:03 2014 +0400
@@ -424,7 +424,7 @@
     if CurrentHedgehog^.Gear <> nil then
         if (((CurrentHedgehog^.Gear^.State and gstAttacking) = 0)
             or (Ammoz[CurrentHedgehog^.CurAmmoType].Ammo.Propz and ammoprop_DoesntStopTimerWhileAttacking <> 0))
-            and not(isInMultiShoot and ((Ammoz[CurrentHedgehog^.CurAmmoType].Ammo.Propz and ammoprop_DoesntStopTimerInMultiShoot) <> 0)) then
+            and (not(isInMultiShoot and ((Ammoz[CurrentHedgehog^.CurAmmoType].Ammo.Propz and ammoprop_DoesntStopTimerInMultiShoot) <> 0))) then
             //(CurrentHedgehog^.CurAmmoType in [amShotgun, amDEagle, amSniperRifle])
                 begin
                 if (TurnTimeLeft = 5000)