diff -r a03e6b68a3e7 -r f552c7b439fa hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Thu Aug 26 14:32:29 2010 +0100 +++ b/hedgewars/uWorld.pas Thu Aug 26 14:46:30 2010 +0100 @@ -782,7 +782,7 @@ // draw ai kill counter for gfAISurvival if (GameFlags and gfAISurvival) <> 0 then begin DrawTexture(TeamHealthBarWidth + 22, cScreenHeight + DrawHealthY, - RenderStringTex(''+inttostr(stats.AIKills)+'', Clan^.Color, fnt16)); + AIKillsTex); end; // if highlighted, draw flag and other contents again to keep their colors