hedgewars/uGears.pas
branchwebgl
changeset 9136 78f087fd3e5b
parent 9127 e350500c4edb
child 9236 ddd675825672
--- a/hedgewars/uGears.pas	Tue Jun 04 23:48:44 2013 +0200
+++ b/hedgewars/uGears.pas	Tue Jun 04 23:56:17 2013 +0200
@@ -442,7 +442,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)