hedgewars/uAmmos.pas
changeset 6624 e049b5bb0ad1
parent 6622 01889d5bc79b
child 6631 930d5f070196
--- a/hedgewars/uAmmos.pas	Sat Feb 04 23:06:22 2012 +0100
+++ b/hedgewars/uAmmos.pas	Sun Feb 05 15:52:26 2012 +0100
@@ -49,7 +49,7 @@
 var StoreCnt: Longword;
 
 implementation
-uses uLocale, uMobile, uVariables, uCommands, uUtils, uCaptions, uDebug;
+uses uLocale, uVariables, uCommands, uUtils, uCaptions, uDebug;
 
 type TAmmoCounts = array[TAmmoType] of Longword;
 var StoresList: array[0..Pred(cMaxHHs)] of PHHAmmo;
@@ -273,7 +273,6 @@
                 end
             end
     end;
-uMobile.AmmoUpdate;
 end;
 
 function  HHHasAmmo(var Hedgehog: THedgehog; Ammo: TAmmoType): boolean;