summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2001-09-13 16:27:52 +0000
committerTim Angus <tim@ngus.net>2001-09-13 16:27:52 +0000
commit5e95698bb34a46c68bae1f5f1c089bf794e5a43d (patch)
treebcbad5a30521840f21c5f2b3e0908d307a3ab358 /src/game/g_local.h
parent8d9e108027f36d5bdfcbe7aefe28c1ef81fafaaf (diff)
Spawn validation
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index 634f956c..74653277 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -525,6 +525,10 @@ void SaveRegisteredItems( void );
//
// g_buildable.c
//
+
+#define M_ROOT3 1.732050808f
+#define MAX_ALIEN_BBOX 15
+
typedef enum
{
IBE_NONE,