diff -r cbee69165c6a -r 833c0f32e326 hedgewars/uTeams.pas --- a/hedgewars/uTeams.pas Mon Sep 06 20:40:58 2010 +0100 +++ b/hedgewars/uTeams.pas Mon Sep 06 16:23:47 2010 -0400 @@ -22,7 +22,8 @@ interface uses uConsts, uKeys, uGears, uRandom, uFloat, uStats, uVisualGears, uCollisions, GLunit, uSound; -type PHHAmmo = ^THHAmmo; +type + PHHAmmo = ^THHAmmo; THHAmmo = array[0..cMaxSlotIndex, 0..cMaxSlotAmmoIndex] of TAmmo; PHedgehog = ^THedgehog; @@ -37,8 +38,8 @@ HealthTagTex, HatTex: PTexture; Ammo: PHHAmmo; + CurAmmoType: TAmmoType; AmmoStore: Longword; - CurSlot, CurAmmo: LongWord; Team: PTeam; MultiShootAttacks: Longword; visStepPos: LongWord;