diff -r 96c3154efee5 -r a7c2a61524c2 hedgewars/uTeams.pas --- 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;