diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 49a5ceac..caa7ff5f 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -249,6 +249,8 @@ struct gentity_s float zapDmg; // keep track of damage qboolean ownerClear; // used for missle tracking + + qboolean pointAgainstWorld; // don't use the bbox for map collisions }; typedef enum |