diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 0ed7e9e0..47acc355 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -186,8 +186,6 @@ struct gentity_s { vec4_t animation; //TA: animated map objects vec3_t turretAim; //TA: aim vector for turrets - - vec3_t hovelOrigin; //TA: player origin before entering hovel }; typedef enum { @@ -342,9 +340,12 @@ struct gclient_s { int lastPoisonTime; int lastGrabTime; //TA: yuck yuck hack urgh int lastLockTime; //TA: " " + int lastBoostedTime; int pouncePayload; //TA: amount of damage pounce attack will do qboolean allowedToPounce; + + vec3_t hovelOrigin; //TA: player origin before entering hovel }; #define MAX_LOCDAMAGE_TEXT 8192 |