mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-20 13:42:49 +00:00
Extra newline for "do you want to play the tutorial again" text
This commit is contained in:
parent
43fef1a59b
commit
56df65d18c
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue