hedgewars/uAmmos.pas
changeset 4377 43945842da0c
parent 4374 bcefeeabaa33
child 4393 883b979697e4
--- a/hedgewars/uAmmos.pas	Thu Nov 18 11:50:02 2010 +0300
+++ b/hedgewars/uAmmos.pas	Thu Nov 18 12:12:51 2010 +0300
@@ -47,7 +47,7 @@
 var StoreCnt: Longword;
 
 implementation
-uses uMisc, uWorld, uLocale, uMobile, uVariables, uCommands, uUtils;
+uses uWorld, uLocale, uMobile, uVariables, uCommands, uUtils, uIO;
 
 type TAmmoCounts = array[TAmmoType] of Longword;
 var StoresList: array[0..Pred(cMaxHHs)] of PHHAmmo;