hedgewars/uGears.pas
changeset 8492 67d2ad3b3ce9
parent 8425 4f226963faef
child 8562 d9d1cb650ff8
child 8563 4d9d8287e601
--- a/hedgewars/uGears.pas	Sat Feb 09 19:14:58 2013 -0500
+++ b/hedgewars/uGears.pas	Sat Feb 09 20:28:05 2013 -0500
@@ -442,8 +442,7 @@
 
 if TurnTimeLeft > 0 then
     if CurrentHedgehog^.Gear <> nil then
-        if ((CurrentHedgehog^.Gear^.State and gstAttacking) = 0)
-            and (not isInMultiShoot) then
+        if ((CurrentHedgehog^.Gear^.State and gstAttacking) = 0) then
                 begin
                 if (TurnTimeLeft = 5000)
                 and (cHedgehogTurnTime >= 10000)