This commit is contained in:
dborth 2011-03-25 00:55:20 +00:00
parent ca1a0442e3
commit 2692d99928
7 changed files with 8 additions and 11 deletions

View File

@ -1210,9 +1210,6 @@ static int MenuGame()
for(i=0; i < 4; ++i)
{
if(i == 0)
sprintf(txt, "P %d", i+1);
else
sprintf(txt, "P%d", i+1);
batteryTxt[i] = new GuiText(txt, 20, (GXColor){255, 255, 255, 255});