hedgewars/uAmmos.pas
changeset 4403 0dfe26f48ec1
parent 4401 9cb6990af584
child 4807 180dbfb13903
--- a/hedgewars/uAmmos.pas	Sun Nov 21 19:14:45 2010 +0300
+++ b/hedgewars/uAmmos.pas	Sun Nov 21 19:41:19 2010 +0300
@@ -47,7 +47,7 @@
 var StoreCnt: Longword;
 
 implementation
-uses uLocale, uMobile, uVariables, uCommands, uUtils, uIO, uCaptions;
+uses uLocale, uMobile, uVariables, uCommands, uUtils, uCaptions, uDebug;
 
 type TAmmoCounts = array[TAmmoType] of Longword;
 var StoresList: array[0..Pred(cMaxHHs)] of PHHAmmo;