hedgewars/uAmmos.pas
changeset 3952 d6412423da45
parent 3943 9835060e5c01
child 3966 cbec77b5f706
--- a/hedgewars/uAmmos.pas	Mon Oct 11 00:08:48 2010 +0200
+++ b/hedgewars/uAmmos.pas	Mon Oct 11 03:28:15 2010 +0200
@@ -248,7 +248,7 @@
                 end
             end
     end;
-perfExt_NewTurnBeginning;
+perfExt_AmmoUpdate;
 end;
 
 function  HHHasAmmo(var Hedgehog: THedgehog; Ammo: TAmmoType): boolean;
@@ -357,7 +357,6 @@
             ShowCrosshair:= (Propz and ammoprop_NoCrosshair) = 0;
         end
     end;
-perfExt_NewTurnBeginning;
 end;
 
 procedure SwitchNotHeldAmmo(var Hedgehog: THedgehog);