diff -r 95e27e12d0e9 -r 883b979697e4 hedgewars/uAmmos.pas --- 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;