diff -r 6286afff6b87 -r 7513452b1d51 hedgewars/uTeams.pas --- a/hedgewars/uTeams.pas Sun Jan 27 15:07:31 2008 +0000 +++ b/hedgewars/uTeams.pas Sun Jan 27 16:49:11 2008 +0000 @@ -51,9 +51,9 @@ Hedgehogs: array[0..cMaxHHIndex] of THedgehog; CurrHedgehog: LongWord; NameTagTex: PTexture; - CrosshairSurf, - GraveSurf, - HealthSurf: PSDL_Surface; + CrosshairTex, + GraveTex, + HealthTex: PTexture; GraveName: string; FortName: string; TeamHealth: LongInt; @@ -64,7 +64,7 @@ HedgehogsNumber: Longword; end; TClan = record - Color, AdjColor: Longword; + Color: Longword; Teams: array[0..Pred(cMaxTeams)] of PTeam; TeamsNumber: Longword; CurrTeam: LongWord; @@ -223,9 +223,7 @@ with Result^.Clan^ do begin ClanIndex:= Pred(ClansCount); - Color:= TeamColor; - AdjColor:= Color; - AdjustColor(AdjColor); + Color:= TeamColor end end else begin