From 70b4d79d501be4802a06770f02b8f49e2c14e8a7 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 16 Jul 2009 18:34:54 +0000 Subject: Removes unused collor array support, disable bullet in sys/sys.h --- src/sys/sys.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/sys') diff --git a/src/sys/sys.h b/src/sys/sys.h index 3d94bcb..eb9d099 100644 --- a/src/sys/sys.h +++ b/src/sys/sys.h @@ -9,6 +9,11 @@ #include "config.h" +// disable bullet for now +#ifdef HAVE_BULLET +#undef HAVE_BULLET +#endif + #include /// maximum line size throught the game -- cgit v1.2.3