Fix "Return to title" doing NOTHING during recording

This commit is contained in:
james 2019-02-13 20:20:31 -08:00
parent dd75c1621c
commit 97aeb27eda
1 changed files with 1 additions and 1 deletions

View File

@ -7113,7 +7113,7 @@ static void M_ExitGameResponse(INT32 ch)
static void M_EndGame(INT32 choice)
{
(void)choice;
if (demoplayback || demorecording)
if (demoplayback || ( demorecording && !multiplayer ))/* hack for now */
return;
if (!Playing())