diff options
author | Tim Angus <tim@ngus.net> | 2005-07-31 01:57:09 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2005-07-31 01:57:09 +0000 |
commit | 91217e0614b92948cbaa1dfc62a8f9a80a81a3fe (patch) | |
tree | 9d11e6f568b7e2795bc81f4ed7bb012708bfa163 /src/game/g_local.h | |
parent | b673cb6f3dd2014c4437d62a3b82106b5aec750b (diff) |
* Removed anticamp code
* Reduced basilisk grab time to 0.8 seconds from 1 second
* Increased mdriver damage slightly
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index dd5c3abf..80aa8375 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -417,10 +417,6 @@ struct gclient_s #define RAM_FRAMES 1 //TA: number of frames to wait before retriggering int retriggerArmouryMenu; //TA: frame number to retrigger the armoury menu - - int lastBoughtAmmoTime; - qboolean campingAtTheArmoury; - qboolean firedWeapon; }; |