diff options
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 |