hedgewars/CCHandlers.inc
changeset 4241 835fd7a0e1bf
parent 4210 caa9b08990eb
child 4362 8dae325dc625
child 4365 4f2b1a152979
--- a/hedgewars/CCHandlers.inc	Thu Nov 11 10:51:38 2010 -0500
+++ b/hedgewars/CCHandlers.inc	Thu Nov 11 11:04:24 2010 -0500
@@ -686,7 +686,7 @@
 
             if bShowAmmoMenu then bShowAmmoMenu:= false
             else if ((Gear^.State and (gstAttacking or gstAttacked)) <> 0) or 
-                    ((MultiShootAttacks > 0) and ((Ammoz[CurAmmoType].Ammo.Propz and ammoprop_NoRoundEndHint) = 0)) or
+                    ((MultiShootAttacks > 0) and ((Ammoz[CurAmmoType].Ammo.Propz and ammoprop_NoRoundEnd) = 0)) or
                     ((Gear^.State and gstHHDriven) = 0) then else bShowAmmoMenu:= true
             end;
     if ReadyTimeLeft > 1 then ReadyTimeLeft:= 1