Don't prevent exiting games while recording at all

This commit is contained in:
fickleheart 2019-02-16 16:16:35 -06:00
parent 450efc3180
commit 35be2e0be6
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 && !multiplayer ))/* hack for now */
if (demoplayback)
return;
if (!Playing())