hedgewars/uVariables.pas
changeset 15052 1a754860b0e5
parent 15024 af2f6f4074de
child 15060 9dbbb4bc1dcd
equal deleted inserted replaced
15051:a9873c81b5e6 15052:1a754860b0e5
  2555     TeamsArray: array[0..Pred(cMaxTeams)] of PTeam;
  2555     TeamsArray: array[0..Pred(cMaxTeams)] of PTeam;
  2556     TeamsCount: Longword; // number of teams on game start
  2556     TeamsCount: Longword; // number of teams on game start
  2557     VisibleTeamsCount: Longword; // number of teams visible in team bar
  2557     VisibleTeamsCount: Longword; // number of teams visible in team bar
  2558     ClansArray, SpawnClansArray: TClansArray;
  2558     ClansArray, SpawnClansArray: TClansArray;
  2559     ClansCount: Longword;
  2559     ClansCount: Longword;
  2560     LocalClan: LongInt;  // last non-bot, non-extdriven clan
       
  2561     LocalTeam: LongInt;  // last non-bot, non-extdriven clan first team
  2560     LocalTeam: LongInt;  // last non-bot, non-extdriven clan first team
  2562     LocalAmmo: LongInt;  // last non-bot, non-extdriven clan's first team's ammo index, updated to next upcoming hog for per-hog-ammo
  2561     LocalAmmo: LongInt;  // last non-bot, non-extdriven clan's first team's ammo index, updated to next upcoming hog for per-hog-ammo
  2563     CurMinAngle, CurMaxAngle: Longword;
  2562     CurMinAngle, CurMaxAngle: Longword;
  2564 
  2563 
  2565     FollowGear: PGear;
  2564     FollowGear: PGear;