summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
authorIronClawTrem <louie.nutman@gmail.com>2019-08-27 01:15:15 +0100
committerIronClawTrem <louie.nutman@gmail.com>2019-08-27 01:19:50 +0100
commit1c970daca1c62539325df935b7afce0ecc08823b (patch)
tree3dd1bed6ba84a98d5280f67e50fb405385c45749 /src/game/g_local.h
parentdef759fd4110b4f58ea54f3024fec5bf9112b4c2 (diff)
Implement g_gradualFreeFunds to improve time funds mechanic
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index 5a41a78..c6352cd 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -422,6 +422,7 @@ typedef struct
int ping;
int lastTeamStatus;
+ int lastFreekillTime;
int lastFloodTime; // level.time of last flood-limited command
int floodDemerits; // number of flood demerits accumulated
@@ -508,8 +509,6 @@ struct gclient_s
int airOutTime;
- int lastKillTime; // for multiple kill rewards
-
qboolean fireHeld; // used for hook
qboolean fire2Held; // used for alt fire
gentity_t *hook; // grapple hook if out
@@ -1486,6 +1485,7 @@ extern vmCvar_t g_aimbotAdvertBanReason;
extern vmCvar_t g_Bubbles;
extern vmCvar_t g_scrimMode;
+extern vmCvar_t g_gradualFreeFunds;
void trap_Printf( const char *fmt );
void trap_Error( const char *fmt );