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/r_main.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugins/doom/r_main.h') diff --git a/apps/plugins/doom/r_main.h b/apps/plugins/doom/r_main.h index 10978b3e71..61bf02766b 100644 --- a/apps/plugins/doom/r_main.h +++ b/apps/plugins/doom/r_main.h @@ -54,6 +54,8 @@ extern int centery; extern fixed_t centerxfrac; extern fixed_t centeryfrac; extern fixed_t projection; +// proff 11/06/98: Added for high-res +extern fixed_t projectiony; extern int validcount; extern int linecount; extern int loopcount; -- cgit v1.2.3