summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/i_system.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/i_system.c')
-rw-r--r--apps/plugins/doom/i_system.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/plugins/doom/i_system.c b/apps/plugins/doom/i_system.c
index d21777361b..ffed416109 100644
--- a/apps/plugins/doom/i_system.c
+++ b/apps/plugins/doom/i_system.c
@@ -16,7 +16,10 @@
16// GNU General Public License for more details. 16// GNU General Public License for more details.
17// 17//
18// $Log$ 18// $Log$
19// Revision 1.4 2006/04/03 17:00:56 dave 19// Revision 1.5 2006/04/03 17:11:42 kkurbjun
20// Finishing touches
21//
22// Revision 1.4 2006-04-03 17:00:56 dave
20// Doom can't use the user timer at the same time as using the grayscale lib. 23// Doom can't use the user timer at the same time as using the grayscale lib.
21// 24//
22// Revision 1.3 2006-04-02 12:45:29 amiconn 25// Revision 1.3 2006-04-02 12:45:29 amiconn
@@ -134,9 +137,6 @@ void I_Error (char *error, ...)
134 // Shutdown. Here might be other errors. 137 // Shutdown. Here might be other errors.
135 if (demorecording) 138 if (demorecording)
136 G_CheckDemoStatus(); 139 G_CheckDemoStatus();
137/*
138 I_ShutdownGraphics();
139*/
140 140
141 I_Quit(); 141 I_Quit();
142 rb->sleep(HZ*2); 142 rb->sleep(HZ*2);