summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
authorIronClawTrem <louie.nutman@gmail.com>2020-03-07 20:52:29 +0000
committerIronClawTrem <louie.nutman@gmail.com>2020-03-07 20:52:29 +0000
commit888ea67bab11ba1a6917e3e4ff26bfc2e5233235 (patch)
treebc289ca4c17a0acf73eb20e5f82ba5622d7bde99 /src/game/g_local.h
parent6b3a61c6632e870b9dd261c8aa58390b3aca69bf (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 7c96014..2d73b5f 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -463,6 +463,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
@@ -562,6 +566,8 @@ struct gclient_s
int tkcredits[ MAX_CLIENTS ];
+ adminRangeBoosts_t newRange;
+
};