hedgewars/uTeams.pas
changeset 927 2c1675344a6f
parent 883 07a568ba44e0
child 941 b5222ddafe1f
equal deleted inserted replaced
926:d231e007452a 927:2c1675344a6f
    33                  NameTagTex: PTexture;
    33                  NameTagTex: PTexture;
    34                  HealthTagTex: PTexture;
    34                  HealthTagTex: PTexture;
    35                  Ammo: PHHAmmo;
    35                  Ammo: PHHAmmo;
    36                  AmmoStore: Longword;
    36                  AmmoStore: Longword;
    37                  CurSlot, CurAmmo: LongWord;
    37                  CurSlot, CurAmmo: LongWord;
    38                  AltSlot, AltAmmo: LongWord;
       
    39                  Team: PTeam;
    38                  Team: PTeam;
    40                  AttacksNum: Longword;
    39                  AttacksNum: Longword;
    41                  visStepPos: LongWord;
    40                  visStepPos: LongWord;
    42                  BotLevel  : LongWord; // 0 - Human player
    41                  BotLevel  : LongWord; // 0 - Human player
    43                  stats: TStatistics;
    42                  stats: TStatistics;