From 51db2d3f2cfddfb1c94de1085d130c817bcd953f Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Sun, 2 Apr 2006 01:52:44 +0000 Subject: Update adds prboom's high resolution support, also makes the scaling for platforms w/ resolution less then 320x200 much nicer. IDoom's lookup table code has been removed. Also fixed a pallete bug. Some graphic errors are present in menu and status bar. Also updates some headers and output formatting. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9418 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/doom/i_system.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 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 1e564054f8..ad1001cf8b 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.1 2006/03/28 15:44:01 dave +// Revision 1.2 2006/04/02 01:52:44 kkurbjun +// Update adds prboom's high resolution support, also makes the scaling for platforms w/ resolution less then 320x200 much nicer. IDoom's lookup table code has been removed. Also fixed a pallete bug. Some graphic errors are present in menu and status bar. Also updates some headers and output formatting. +// +// Revision 1.1 2006-03-28 15:44:01 dave // Patch #2969 - Doom! Currently only working on the H300. // // @@ -120,7 +123,7 @@ void I_Error (char *error, ...) vsnprintf(p_buf,sizeof(p_buf), error, ap); va_end(ap); - printf("%s",p_buf); + printf("%s\n",p_buf); // Shutdown. Here might be other errors. if (demorecording) -- cgit v1.2.3