diff options
author | Tim Angus <tim@ngus.net> | 2001-12-31 04:00:46 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-12-31 04:00:46 +0000 |
commit | e3270868dabe772ff15c612bdb660f9bfe281033 (patch) | |
tree | 2367a81a6c9ed54afea4e099979657b6e206a51a /src/game/g_local.h | |
parent | 969f12211fb141c6e7b68c662294002a177dc386 (diff) |
Hovel updates
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 { |