changeset 188 | a7c2a61524c2 |
parent 183 | 57c2ef19f719 |
child 189 | 33d147c69a83 |
--- a/hedgewars/uTeams.pas Thu Oct 05 18:44:14 2006 +0000 +++ b/hedgewars/uTeams.pas Thu Oct 05 19:40:11 2006 +0000 @@ -38,7 +38,7 @@ THHAmmo = array[0..cMaxSlotIndex, 0..cMaxSlotAmmoIndex] of TAmmo; TTeam = record Next: PTeam; - Color: Cardinal; + Color: Longword; TeamName: string[MAXNAMELEN]; ExtDriven: boolean; Binds: TBinds;