--- a/hedgewars/uAmmos.pas Sun Oct 10 17:13:20 2010 +0200
+++ b/hedgewars/uAmmos.pas Sun Oct 10 12:08:16 2010 -0400
@@ -45,13 +45,13 @@
function GetAmmoEntry(var Hedgehog: THedgehog): PAmmo;
var shoppa: boolean;
+ StoreCnt: Longword;
implementation
uses uMisc, uGears, uWorld, uLocale, uConsole, uMobile;
type TAmmoCounts = array[TAmmoType] of Longword;
var StoresList: array[0..Pred(cMaxHHs)] of PHHAmmo;
- StoreCnt: Longword;
ammoLoadout, ammoProbability, ammoDelay, ammoReinforcement: shortstring;
procedure FillAmmoStore(Ammo: PHHAmmo; var cnts: TAmmoCounts);