hedgewars/CCHandlers.inc
changeset 2608 cebfea02f8b5
parent 2592 d86618629e20
child 2617 ef0d93cd61b2
--- a/hedgewars/CCHandlers.inc	Mon Nov 09 18:44:09 2009 +0000
+++ b/hedgewars/CCHandlers.inc	Mon Nov 09 20:29:21 2009 +0000
@@ -581,7 +581,7 @@
           bSelected:= false;
 
           if bShowAmmoMenu then bShowAmmoMenu:= false
-          else if ((Gear^.State and (gstAttacking or gstAttacked)) <> 0) or (AttacksNum > 0)
+          else if ((Gear^.State and (gstAttacking or gstAttacked)) <> 0) or (MultiShootAttacks > 0)
                or ((Gear^.State and gstHHDriven) = 0) then else bShowAmmoMenu:= true
           end
 end;