From 56df65d18cac2c4fdca4740de89a20336077df21 Mon Sep 17 00:00:00 2001 From: toaster Date: Thu, 24 Jul 2025 19:52:02 +0100 Subject: [PATCH] Extra newline for "do you want to play the tutorial again" text --- src/menus/main-goner.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/menus/main-goner.cpp b/src/menus/main-goner.cpp index 16df4fe2e..3bcbb9269 100644 --- a/src/menus/main-goner.cpp +++ b/src/menus/main-goner.cpp @@ -1522,7 +1522,8 @@ void M_GonerChoice(INT32 choice) if (gamedata->gonerlevel >= GDGONER_OUTRO) { M_StartMessage("First Boot Tutorial", - "You've already played the Tutorial! Do you want to see it again?", + "You've already played the Tutorial!\n" + "Do you want to see it again?", &M_GonerTutorialResponse, MM_YESNO, "I'd love to", "Not right now"); return; }