mirror of
https://github.com/dborth/vbagx.git
synced 2025-02-18 03:26:21 +01:00
This commit is contained in:
parent
ca1a0442e3
commit
2692d99928
@ -1210,9 +1210,6 @@ static int MenuGame()
|
|||||||
|
|
||||||
for(i=0; i < 4; ++i)
|
for(i=0; i < 4; ++i)
|
||||||
{
|
{
|
||||||
if(i == 0)
|
|
||||||
sprintf(txt, "P %d", i+1);
|
|
||||||
else
|
|
||||||
sprintf(txt, "P%d", i+1);
|
sprintf(txt, "P%d", i+1);
|
||||||
|
|
||||||
batteryTxt[i] = new GuiText(txt, 20, (GXColor){255, 255, 255, 255});
|
batteryTxt[i] = new GuiText(txt, 20, (GXColor){255, 255, 255, 255});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user