hedgewars/uVariables.pas
changeset 14477 4b678aad50e9
parent 14463 bd1db668b7c0
child 14514 5ac181cb2396
equal deleted inserted replaced
14475:2113296b7a29 14477:4b678aad50e9
  2486     StepSoundTimer: LongInt;
  2486     StepSoundTimer: LongInt;
  2487     StepSoundChannel: LongInt;
  2487     StepSoundChannel: LongInt;
  2488 
  2488 
  2489     CurrentTeam: PTeam;
  2489     CurrentTeam: PTeam;
  2490     PreviousTeam: PTeam;
  2490     PreviousTeam: PTeam;
       
  2491     MissionTeam: PTeam;
  2491     CurrentHedgehog: PHedgehog;
  2492     CurrentHedgehog: PHedgehog;
  2492     TeamsArray: array[0..Pred(cMaxTeams)] of PTeam;
  2493     TeamsArray: array[0..Pred(cMaxTeams)] of PTeam;
  2493     TeamsCount: Longword; // number of teams on game start
  2494     TeamsCount: Longword; // number of teams on game start
  2494     VisibleTeamsCount: Longword; // number of teams visible in team bar
  2495     VisibleTeamsCount: Longword; // number of teams visible in team bar
  2495     ClansArray, SpawnClansArray: TClansArray;
  2496     ClansArray, SpawnClansArray: TClansArray;
  2939     CurAmmoGear:= nil;
  2940     CurAmmoGear:= nil;
  2940     lastGearByUID:= nil;
  2941     lastGearByUID:= nil;
  2941     GearsList:= nil;
  2942     GearsList:= nil;
  2942     CurrentTeam:= nil;
  2943     CurrentTeam:= nil;
  2943     PreviousTeam:= nil;
  2944     PreviousTeam:= nil;
       
  2945     MissionTeam:= nil;
  2944     CurrentHedgehog:= nil;
  2946     CurrentHedgehog:= nil;
  2945     FollowGear:= nil;
  2947     FollowGear:= nil;
  2946     lastVisualGearByUID:= nil;
  2948     lastVisualGearByUID:= nil;
  2947 
  2949 
  2948     ChefHatTexture:= nil;
  2950     ChefHatTexture:= nil;