mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-12-26 03:01:51 +01:00
This commit is contained in:
parent
9e6b801655
commit
bba174d19b
@ -1289,9 +1289,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…
Reference in New Issue
Block a user