summaryrefslogtreecommitdiff
path: root/apps/plugins/sdl/progs/quake/quakedef.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sdl/progs/quake/quakedef.h')
-rw-r--r--apps/plugins/sdl/progs/quake/quakedef.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/plugins/sdl/progs/quake/quakedef.h b/apps/plugins/sdl/progs/quake/quakedef.h
index b16d9b72f3..8328154c0b 100644
--- a/apps/plugins/sdl/progs/quake/quakedef.h
+++ b/apps/plugins/sdl/progs/quake/quakedef.h
@@ -25,6 +25,18 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
25#include <stdarg.h> 25#include <stdarg.h>
26#include <setjmp.h> 26#include <setjmp.h>
27 27
28#define FIXEDPOINT_OPT // FW: enable fixed-point optimizations
29
30/* Fixed-point optimizations, thanks to Pocket Quake and Dan East. */
31#ifdef FIXEDPOINT_OPT
32#define USE_PQ_OPT
33#define USE_PQ_OPT1
34//#define USE_PQ_OPT2
35//#define USE_PQ_OPT3 // don't use
36#define USE_PQ_OPT4
37//#define USE_PQ_OPT5
38#endif
39
28#define QUAKE_GAME // as opposed to utilities 40#define QUAKE_GAME // as opposed to utilities
29 41
30#undef VERSION 42#undef VERSION