summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/g_game.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/g_game.c')
-rw-r--r--apps/plugins/doom/g_game.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/doom/g_game.c b/apps/plugins/doom/g_game.c
index 99f8e63187..48654a7e84 100644
--- a/apps/plugins/doom/g_game.c
+++ b/apps/plugins/doom/g_game.c
@@ -2792,9 +2792,11 @@ boolean G_CheckDemoStatus (void)
2792 if (demoplayback) 2792 if (demoplayback)
2793 { 2793 {
2794 if (singledemo) 2794 if (singledemo)
2795 {
2795 I_Error("Done Playing Demo"); 2796 I_Error("Done Playing Demo");
2796 return false; 2797 return false;
2797// exit(0); // killough 2798// exit(0); // killough
2799 }
2798 2800
2799 if (demolumpnum != -1) { 2801 if (demolumpnum != -1) {
2800 // cph - unlock the demo lump 2802 // cph - unlock the demo lump