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 47acc355..e9d35984 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -186,6 +186,8 @@ struct gentity_s { vec4_t animation; //TA: animated map objects vec3_t turretAim; //TA: aim vector for turrets + + gentity_t *builder; //TA: occupant of this hovel }; typedef enum { |