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