diff -r 9654205a9424 -r 43945842da0c hedgewars/uAmmos.pas --- a/hedgewars/uAmmos.pas Thu Nov 18 11:50:02 2010 +0300 +++ b/hedgewars/uAmmos.pas Thu Nov 18 12:12:51 2010 +0300 @@ -47,7 +47,7 @@ var StoreCnt: Longword; implementation -uses uMisc, uWorld, uLocale, uMobile, uVariables, uCommands, uUtils; +uses uWorld, uLocale, uMobile, uVariables, uCommands, uUtils, uIO; type TAmmoCounts = array[TAmmoType] of Longword; var StoresList: array[0..Pred(cMaxHHs)] of PHHAmmo;