mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix guest deletion confirmation returning to Record Attack menu from Nights Mode menu
This commit is contained in:
parent
800d277dec
commit
0cd8a94a5b
1 changed files with 1 additions and 4 deletions
|
|
@ -10103,10 +10103,7 @@ static void M_EraseGuest(INT32 choice)
|
|||
(void)choice;
|
||||
if (FIL_FileExists(rguest))
|
||||
remove(rguest);
|
||||
if (currentMenu == &SP_NightsGuestReplayDef)
|
||||
M_SetupNextMenu(&SP_NightsAttackDef);
|
||||
else
|
||||
M_SetupNextMenu(&SP_TimeAttackDef);
|
||||
M_SetupNextMenu(currentMenu->prevMenu->prevMenu);
|
||||
Nextmap_OnChange();
|
||||
M_StartMessage(M_GetText("Guest replay data erased.\n"),NULL,MM_NOTHING);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue