summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
authorIronClawTrem <louie.nutman@gmail.com>2020-02-25 23:06:15 +0000
committerIronClawTrem <louie.nutman@gmail.com>2020-02-26 15:33:21 +0000
commit920a59f036746316426e05fa4b95d0459d067645 (patch)
treef0faf3bf1eabadc0ff0c837ee6a7e6c2b0fd172e /src/game/g_local.h
parentdaa9252f4738a1784d1a3168297d20c87a2bd743 (diff)
add !range command
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index f15e5c6..e673583 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -464,6 +464,10 @@ typedef struct unlagged_s {
qboolean used;
} unlagged_t;
+typedef struct {
+ float rangeBoost;
+} adminRangeBoosts_t;
+
// this structure is cleared on each ClientSpawn(),
// except for 'client->pers' and 'client->sess'
struct gclient_s
@@ -563,6 +567,8 @@ struct gclient_s
int tkcredits[ MAX_CLIENTS ];
+ adminRangeBoosts_t newRange;
+
};