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 ed67b3ee..7a6c5521 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -191,6 +191,8 @@ struct gentity_s vec3_t turretAim; //TA: aim vector for turrets gentity_t *builder; //TA: occupant of this hovel + + qboolean nonSegModel; //TA: this entity uses a nonsegmented player model }; typedef enum |