summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/i_system.c
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2006-04-03 17:11:42 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2006-04-03 17:11:42 +0000
commit6e3371110e6606b38b79ea96d73c487c00659e27 (patch)
tree2a66448e3f19cef468988518f37981244e704a77 /apps/plugins/doom/i_system.c
parent9f4898a3f2f67c8b3323c8a1829f74087ac22eb9 (diff)
downloadrockbox-6e3371110e6606b38b79ea96d73c487c00659e27.zip
rockbox-6e3371110e6606b38b79ea96d73c487c00659e27.tar.gz
rockbox-6e3371110e6606b38b79ea96d73c487c00659e27.tar.bz2
rockbox-6e3371110e6606b38b79ea96d73c487c00659e27.tar.xz
Finishing touches
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9460 a1c6a512-1295-4272-9138-f99709370657
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 d217773..ffed416 100644
--- a/apps/plugins/doom/i_system.c
+++ b/apps/plugins/doom/i_system.c
@@ -16,7 +16,10 @@
// GNU General Public License for more details.
//
// $Log$
-// Revision 1.4 2006/04/03 17:00:56 dave
+// Revision 1.5 2006/04/03 17:11:42 kkurbjun
+// Finishing touches
+//
+// Revision 1.4 2006-04-03 17:00:56 dave
// Doom can't use the user timer at the same time as using the grayscale lib.
//
// Revision 1.3 2006-04-02 12:45:29 amiconn
@@ -134,9 +137,6 @@ void I_Error (char *error, ...)
// Shutdown. Here might be other errors.
if (demorecording)
G_CheckDemoStatus();
-/*
- I_ShutdownGraphics();
-*/
I_Quit();
rb->sleep(HZ*2);