changeset 3773 | f552c7b439fa |
parent 3770 | f54e8cb9a12b |
child 3774 | af0e68ca273e |
--- 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