hedgewars/uWorld.pas
changeset 3952 d6412423da45
parent 3890 e4b7b30232fd
child 3966 cbec77b5f706
--- a/hedgewars/uWorld.pas	Mon Oct 11 00:08:48 2010 +0200
+++ b/hedgewars/uWorld.pas	Mon Oct 11 03:28:15 2010 +0200
@@ -190,7 +190,8 @@
     Slot, Pos, STurns: LongInt;
     Ammo: PHHAmmo;
 begin
-if  (TurnTimeLeft = 0) or (not CurrentTeam^.ExtDriven and (((CurAmmoGear = nil) or ((Ammoz[CurAmmoGear^.AmmoType].Ammo.Propz and ammoprop_AltAttack) = 0)) and hideAmmoMenu)) then bShowAmmoMenu:= false;
+if (TurnTimeLeft = 0) or (not CurrentTeam^.ExtDriven and (((CurAmmoGear = nil) or ((Ammoz[CurAmmoGear^.AmmoType].Ammo.Propz and ammoprop_AltAttack) = 0)) and hideAmmoMenu)) then
+    bShowAmmoMenu:= false;
 if bShowAmmoMenu then
    begin
    FollowGear:= nil;