# HG changeset patch # User smxx # Date 1272570013 0 # Node ID a46a311097af81ce702668f556f8a7b6a59daeec # Parent f73e0e8e55c2c86c21a9da78c0125ef592014622 Commited wrong file *grmlrgrml* 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);