From 924e657d2269d345268d0aca4a27c76e61a04617 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Wed, 28 Aug 2002 04:05:50 +0000 Subject: * Poison cloud WP_GRAB_CLAW_UPG server and client side * Bug fixes to new wall walking code * Removed synced weapons * A few random bug fixes * Refactored and improved CG_LaunchSprite a little --- src/game/g_local.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/game/g_local.h') diff --git a/src/game/g_local.h b/src/game/g_local.h index e414e608..bacf2f82 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -341,9 +341,10 @@ struct gclient_s { gentity_t *infestBody; //TA: body that is being infested. must be persistant int lastPoisonTime; - int lastGrabTime; //TA: yuck yuck hack urgh - int lastLockTime; //TA: " " - int lastSlowTime; //TA: " " + int lastPoisonCloudedTime; + int lastGrabTime; + int lastLockTime; + int lastSlowTime; int lastBoostedTime; int pouncePayload; //TA: amount of damage pounce attack will do -- cgit