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_data.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'apps/plugins/doom/r_data.h') diff --git a/apps/plugins/doom/r_data.h b/apps/plugins/doom/r_data.h index 12c9eb74af..905928fac7 100644 --- a/apps/plugins/doom/r_data.h +++ b/apps/plugins/doom/r_data.h @@ -47,7 +47,8 @@ typedef struct { int originx, originy; // Block origin, which has already accounted int patch; // for the internal origin of the patch. -} texpatch_t; +} +texpatch_t; // // Texture definition. @@ -69,7 +70,8 @@ typedef struct short width, height; short patchcount; // All the patches[patchcount] are drawn texpatch_t patches[1]; // back-to-front into the cached texture. -} texture_t; +} +texture_t; // Retrieve column data for span blitting. const byte* -- cgit v1.2.3