diff options
author | Stijn Buys <ingar@osirion.org> | 2010-10-17 17:19:03 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2010-10-17 17:19:03 +0000 |
commit | d6e4c4e7c2b1e28961f1dfe2f25ef96ced60b21b (patch) | |
tree | 63744dff093a8b23f65d9c68b922b678805647d9 /src/sys | |
parent | ea6e6bb769d713ac55114c1940626f13e384ebed (diff) |
core bullet physics support,
initial vstrafe support
Diffstat (limited to 'src/sys')
-rw-r--r-- | src/sys/sys.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sys/sys.h b/src/sys/sys.h index eb9d099..3d94bcb 100644 --- a/src/sys/sys.h +++ b/src/sys/sys.h @@ -9,11 +9,6 @@ #include "config.h" -// disable bullet for now -#ifdef HAVE_BULLET -#undef HAVE_BULLET -#endif - #include <string> /// maximum line size throught the game |