diff --git a/src/m_menu.c b/src/m_menu.c index 93e7a0f3..59274e85 100644 --- a/src/m_menu.c +++ b/src/m_menu.c @@ -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())