Extra newline for "do you want to play the tutorial again" text

This commit is contained in:
toaster 2025-07-24 19:52:02 +01:00
parent 43fef1a59b
commit 56df65d18c

View file

@ -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;
}