changeset 4373 | fe0e3903bb9e |
parent 4368 | b89235e401e5 |
child 4374 | bcefeeabaa33 |
--- a/hedgewars/uAmmos.pas Wed Nov 17 22:09:07 2010 -0500 +++ b/hedgewars/uAmmos.pas Thu Nov 18 09:12:27 2010 +0300 @@ -47,7 +47,7 @@ var StoreCnt: Longword; implementation -uses uMisc, uWorld, uLocale, uConsole, uMobile, uVariables; +uses uMisc, uWorld, uLocale, uMobile, uVariables, uCommands; type TAmmoCounts = array[TAmmoType] of Longword; var StoresList: array[0..Pred(cMaxHHs)] of PHHAmmo;