hedgewars/uTeams.pas
changeset 189 33d147c69a83
parent 188 a7c2a61524c2
child 196 993cf173218b
equal deleted inserted replaced
188:a7c2a61524c2 189:33d147c69a83
    36                  BotLevel  : LongWord; // 0 - Human player
    36                  BotLevel  : LongWord; // 0 - Human player
    37                  end;
    37                  end;
    38      THHAmmo   = array[0..cMaxSlotIndex, 0..cMaxSlotAmmoIndex] of TAmmo;
    38      THHAmmo   = array[0..cMaxSlotIndex, 0..cMaxSlotAmmoIndex] of TAmmo;
    39      TTeam = record
    39      TTeam = record
    40              Next: PTeam;
    40              Next: PTeam;
    41              Color: Longword;
    41              Color, AdjColor: Longword;
    42              TeamName: string[MAXNAMELEN];
    42              TeamName: string[MAXNAMELEN];
    43              ExtDriven: boolean;
    43              ExtDriven: boolean;
    44              Binds: TBinds;
    44              Binds: TBinds;
    45              Hedgehogs: array[0..cMaxHHIndex] of THedgehog;
    45              Hedgehogs: array[0..cMaxHHIndex] of THedgehog;
    46              Ammos: array[0..cMaxHHIndex] of THHAmmo;
    46              Ammos: array[0..cMaxHHIndex] of THHAmmo;