From e3270868dabe772ff15c612bdb660f9bfe281033 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Mon, 31 Dec 2001 04:00:46 +0000 Subject: Hovel updates --- src/game/g_local.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/g_local.h') 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 { -- cgit