diff -r 54a78ec6aac4 -r 0dfe26f48ec1 hedgewars/uAmmos.pas --- 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;