summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
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;
+
};