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 1ce85c83..dfe70341 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -177,6 +177,8 @@ struct gentity_s { int biteam; //TA: buildable item team gentity_t *parentNode; //TA: for creep and defence/spawn dependencies vec3_t turloc; //TA: direction human defense turrets are pointing + qboolean active; //TA: for power repeater, but could be useful elsewhere + qboolean powered; //TA: for human buildables }; typedef enum { |