diff -r 7a474fcc343d -r caa57115d7ea hedgewars/uGears.pas --- a/hedgewars/uGears.pas Tue Apr 02 23:43:39 2013 +0400 +++ b/hedgewars/uGears.pas Wed Apr 03 00:03:46 2013 +0400 @@ -443,7 +443,7 @@ if TurnTimeLeft > 0 then if CurrentHedgehog^.Gear <> nil then if ((CurrentHedgehog^.Gear^.State and gstAttacking) = 0) and - not(isInMultiShoot and (CurrentHedgehog^.CurAmmoType in [amShotgun, amDEagle, amSniperRifle])) then + (not(isInMultiShoot and (CurrentHedgehog^.CurAmmoType in [amShotgun, amDEagle, amSniperRifle]))) then begin if (TurnTimeLeft = 5000) and (cHedgehogTurnTime >= 10000)