mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Further polish
- Set a restoreMenu for M_GPBackup - Improved newlines on associated message
This commit is contained in:
parent
281002f2ee
commit
45bff5f0d8
1 changed files with 6 additions and 2 deletions
|
|
@ -545,6 +545,9 @@ static void M_GPBackup(INT32 choice)
|
||||||
);
|
);
|
||||||
|
|
||||||
M_ClearMenus(true);
|
M_ClearMenus(true);
|
||||||
|
|
||||||
|
// We can't put it deeper in the menuflow due to lack of guaranteed setup
|
||||||
|
restoreMenu = &MainDef;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (choice == MA_NO)
|
else if (choice == MA_NO)
|
||||||
|
|
@ -565,8 +568,9 @@ void M_CharacterSelect(INT32 choice)
|
||||||
{
|
{
|
||||||
M_StartMessage(
|
M_StartMessage(
|
||||||
"Grand Prix Backup",
|
"Grand Prix Backup",
|
||||||
"A Grand Prix Backup was found.\n"
|
"A progress backup was found.\n"
|
||||||
"Do you want to resurrect the last session?\n",
|
"Do you want to resurrect your\n"
|
||||||
|
"last Grand Prix session?\n",
|
||||||
M_GPBackup,
|
M_GPBackup,
|
||||||
MM_YESNO,
|
MM_YESNO,
|
||||||
"Yes, let's try again",
|
"Yes, let's try again",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue