diff options
author | Stijn Buys <ingar@osirion.org> | 2009-07-16 18:34:54 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2009-07-16 18:34:54 +0000 |
commit | 70b4d79d501be4802a06770f02b8f49e2c14e8a7 (patch) | |
tree | b868e13489f8ef4377c7ac6c7d900ee854270b03 /src/sys | |
parent | 1b8ceba3a173ff59939042713cd07a65e83193f1 (diff) |
Removes unused collor array support, disable bullet in sys/sys.h
Diffstat (limited to 'src/sys')
-rw-r--r-- | src/sys/sys.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 <string> /// maximum line size throught the game |