equal
deleted
inserted
replaced
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: Cardinal; |
41 Color: 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; |