diff -r f73e0e8e55c2 -r a46a311097af hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Thu Apr 29 19:39:58 2010 +0000 +++ b/hedgewars/uWorld.pas Thu Apr 29 19:40:13 2010 +0000 @@ -652,7 +652,7 @@ highlight:= bShowFinger and (CurrentTeam = TeamsArray[t]) and ((RealTicks mod 1000) < 500); if highlight then - Tint(Clan^.Color); + Tint(Clan^.RColor); // draw name DrawTexture(-NameTagTex^.w - 16, cScreenHeight + DrawHealthY, NameTagTex);