From 45bff5f0d8a8cd04eb72ad49b14a5f360f5f8258 Mon Sep 17 00:00:00 2001 From: toaster Date: Sat, 17 Jun 2023 23:54:26 +0100 Subject: [PATCH] Further polish - Set a restoreMenu for M_GPBackup - Improved newlines on associated message --- src/menus/play-char-select.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/menus/play-char-select.c b/src/menus/play-char-select.c index 346c7beca..733c37848 100644 --- a/src/menus/play-char-select.c +++ b/src/menus/play-char-select.c @@ -545,6 +545,9 @@ static void M_GPBackup(INT32 choice) ); 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) @@ -565,8 +568,9 @@ void M_CharacterSelect(INT32 choice) { M_StartMessage( "Grand Prix Backup", - "A Grand Prix Backup was found.\n" - "Do you want to resurrect the last session?\n", + "A progress backup was found.\n" + "Do you want to resurrect your\n" + "last Grand Prix session?\n", M_GPBackup, MM_YESNO, "Yes, let's try again",