--- 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)