hedgewars/uAmmos.pas
changeset 4393 883b979697e4
parent 4377 43945842da0c
child 4401 9cb6990af584
--- a/hedgewars/uAmmos.pas	Sun Nov 21 01:26:31 2010 -0500
+++ b/hedgewars/uAmmos.pas	Sun Nov 21 16:53:31 2010 +0300
@@ -47,7 +47,7 @@
 var StoreCnt: Longword;
 
 implementation
-uses uWorld, uLocale, uMobile, uVariables, uCommands, uUtils, uIO;
+uses uLocale, uMobile, uVariables, uCommands, uUtils, uIO, uCaptions;
 
 type TAmmoCounts = array[TAmmoType] of Longword;
 var StoresList: array[0..Pred(cMaxHHs)] of PHHAmmo;