- Chinese patch by linshier
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-07-31 14:41:04 +00:00
parent 1704a20d09
commit f40af0b1cb
65 changed files with 21364 additions and 175 deletions

View File

@@ -152,7 +152,7 @@ void AIStats::Render(){
if (player == g->players[1]) x0 = 280;
JRenderer::GetInstance()->FillRoundRect(x0,10,200,180,5,ARGB(50,0,0,0));
JLBFont * f = resources.GetJLBFont("simon");
WFont * f = resources.GetWFont("simon");
int i = 0;
char buffer[512];
list<AIStat *>::iterator it;