diff options
author | Tim Angus <tim@ngus.net> | 2001-09-13 16:27:52 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-09-13 16:27:52 +0000 |
commit | 5e95698bb34a46c68bae1f5f1c089bf794e5a43d (patch) | |
tree | bcbad5a30521840f21c5f2b3e0908d307a3ab358 /src/game/g_local.h | |
parent | 8d9e108027f36d5bdfcbe7aefe28c1ef81fafaaf (diff) |
Spawn validation
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 4 |
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, |