Message says return to menu instead of title screen

This commit is contained in:
toaster 2022-12-27 22:56:07 +00:00
parent 03c6eb3e30
commit edea4e2110

View file

@ -6319,7 +6319,7 @@ void M_EndGame(INT32 choice)
if (!Playing()) if (!Playing())
return; return;
M_StartMessage(M_GetText("Are you sure you want to return\nto the title screen?\nPress (A) to confirm or (B) to cancel\n"), FUNCPTRCAST(M_ExitGameResponse), MM_YESNO); M_StartMessage(M_GetText("Are you sure you want to return\nto the menu?\nPress (A) to confirm or (B) to cancel\n"), FUNCPTRCAST(M_ExitGameResponse), MM_YESNO);
} }