From 6e3371110e6606b38b79ea96d73c487c00659e27 Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Mon, 3 Apr 2006 17:11:42 +0000 Subject: Finishing touches git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9460 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/doom/i_system.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/plugins/doom/i_system.c') 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); -- cgit v1.1