hedgewars/uTeams.pas
changeset 189 33d147c69a83
parent 188 a7c2a61524c2
child 196 993cf173218b
--- a/hedgewars/uTeams.pas	Thu Oct 05 19:40:11 2006 +0000
+++ b/hedgewars/uTeams.pas	Thu Oct 05 20:07:04 2006 +0000
@@ -38,7 +38,7 @@
      THHAmmo   = array[0..cMaxSlotIndex, 0..cMaxSlotAmmoIndex] of TAmmo;
      TTeam = record
              Next: PTeam;
-             Color: Longword;
+             Color, AdjColor: Longword;
              TeamName: string[MAXNAMELEN];
              ExtDriven: boolean;
              Binds: TBinds;