hedgewars/uVariables.pas
changeset 13174 061d55939e47
parent 13121 de07c8423beb
child 13370 e202d58236b1
child 13385 ec1491bb5acc
child 13550 d42237d16acf
equal deleted inserted replaced
13173:4d1cf0d76eb7 13174:061d55939e47
  2495 
  2495 
  2496     CurrentTeam: PTeam;
  2496     CurrentTeam: PTeam;
  2497     PreviousTeam: PTeam;
  2497     PreviousTeam: PTeam;
  2498     CurrentHedgehog: PHedgehog;
  2498     CurrentHedgehog: PHedgehog;
  2499     TeamsArray: array[0..Pred(cMaxTeams)] of PTeam;
  2499     TeamsArray: array[0..Pred(cMaxTeams)] of PTeam;
  2500     TeamsCount: Longword;
  2500     TeamsCount: Longword; // number of teams on game start
       
  2501     VisibleTeamsCount: Longword; // number of teams visible in team bar
  2501     ClansArray, SpawnClansArray: TClansArray;
  2502     ClansArray, SpawnClansArray: TClansArray;
  2502     ClansCount: Longword;
  2503     ClansCount: Longword;
  2503     LocalClan: LongInt;  // last non-bot, non-extdriven clan
  2504     LocalClan: LongInt;  // last non-bot, non-extdriven clan
  2504     LocalTeam: LongInt;  // last non-bot, non-extdriven clan first team
  2505     LocalTeam: LongInt;  // last non-bot, non-extdriven clan first team
  2505     LocalAmmo: LongInt;  // last non-bot, non-extdriven clan's first team's ammo index, updated to next upcoming hog for per-hog-ammo
  2506     LocalAmmo: LongInt;  // last non-bot, non-extdriven clan's first team's ammo index, updated to next upcoming hog for per-hog-ammo