hedgewars/uAmmos.pas
changeset 4359 83ef50815535
parent 4357 a1fcfc341a52
child 4368 b89235e401e5
--- a/hedgewars/uAmmos.pas	Wed Nov 17 17:22:36 2010 +0300
+++ b/hedgewars/uAmmos.pas	Wed Nov 17 17:45:55 2010 +0300
@@ -47,7 +47,7 @@
 var StoreCnt: Longword;
 
 implementation
-uses uMisc, uGears, uWorld, uLocale, uConsole, uMobile;
+uses uMisc, uGears, uWorld, uLocale, uConsole, uMobile, uVariables;
 
 type TAmmoCounts = array[TAmmoType] of Longword;
 var StoresList: array[0..Pred(cMaxHHs)] of PHHAmmo;