diff --git a/src/g_demo.cpp b/src/g_demo.cpp index 9ea033f53..e1cf7c2d0 100644 --- a/src/g_demo.cpp +++ b/src/g_demo.cpp @@ -3989,7 +3989,7 @@ boolean G_CheckDemoStatus(void) if (demo.quitafterplaying) I_Quit(); - if (multiplayer && !demo.attract) + if (!demo.attract) G_FinishExitLevel(); else {