-windows makefile update
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-08-22 07:04:54 +00:00
parent 9eccae4e1e
commit 01d68f9b3c
7 changed files with 105 additions and 10 deletions

View File

@@ -166,6 +166,7 @@ void GameStateShop::Render()
itemFont->SetColor(ARGB(255,255,255,255));
char c[4096];
r->FillRect(0,SCREEN_HEIGHT-17,SCREEN_WIDTH,17,ARGB(128,0,0,0));
sprintf(c, _("press [] to refresh").c_str());
unsigned int len = 4 + itemFont->GetStringWidth(c);
itemFont->DrawString(c,SCREEN_WIDTH-len,SCREEN_HEIGHT-12);