mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-25 20:16:53 +01:00
This commit is contained in:
parent
ca1a0442e3
commit
2692d99928
@ -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});
|
||||
|
Loading…
Reference in New Issue
Block a user