summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index d17dd223..2d285131 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -338,7 +338,9 @@ struct gclient_s {
int lastInfestTime; //TA: to keep track of how long infests take
gentity_t *infestBody; //TA: body that is being infested. must be persistant
+
int lastPoisonTime;
+ int lastGrabTime; //TA: yuck yuck hack urgh
};
#define MAX_LOCDAMAGE_TEXT 8192