summaryrefslogtreecommitdiff
path: root/apps/plugins/sdl/progs/quake/d_iface.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-04-04 20:24:33 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-04-11 19:29:47 +0200
commite28d1fe91671f64ce30d6e439787a48d71de5616 (patch)
treef787aaac6e894abf7e3f4144cd1b827e65db673d /apps/plugins/sdl/progs/quake/d_iface.h
parent2ad6c3438e53ddaa80c0aa43e995376495ce1a77 (diff)
downloadrockbox-e28d1fe91671f64ce30d6e439787a48d71de5616.tar.gz
rockbox-e28d1fe91671f64ce30d6e439787a48d71de5616.zip
SDL: Silence a large number of compile warnings (WIP)
There are some real bugs in here, but we're drowning in warnings. Change-Id: I7c2c0eafc8426327521bdd8a3ac2d3742ac16864
Diffstat (limited to 'apps/plugins/sdl/progs/quake/d_iface.h')
-rw-r--r--apps/plugins/sdl/progs/quake/d_iface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/sdl/progs/quake/d_iface.h b/apps/plugins/sdl/progs/quake/d_iface.h
index 8dc5ce94bc..1dbc7f3580 100644
--- a/apps/plugins/sdl/progs/quake/d_iface.h
+++ b/apps/plugins/sdl/progs/quake/d_iface.h
@@ -182,6 +182,9 @@ extern byte *r_skysource;
182#define DR_TRANSPARENT 1 182#define DR_TRANSPARENT 1
183 183
184// !!! must be kept the same as in quakeasm.h !!! 184// !!! must be kept the same as in quakeasm.h !!!
185#ifdef TRANSPARENT_COLOR
186#undef TRANSPARENT_COLOR
187#endif
185#define TRANSPARENT_COLOR 0xFF 188#define TRANSPARENT_COLOR 0xFF
186 189
187extern void *acolormap; // FIXME: should go away 190extern void *acolormap; // FIXME: should go away