summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
authorIronClawTrem <louie.nutman@gmail.com>2020-03-07 20:51:09 +0000
committerIronClawTrem <louie.nutman@gmail.com>2020-03-07 20:51:09 +0000
commit6b3a61c6632e870b9dd261c8aa58390b3aca69bf (patch)
treeb9011fd8288247ebedfbe00f778c18e9132c4338 /src/game/g_local.h
parent99b9033e06e048c4261e50edb770638cb6d739ff (diff)
add !god command
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index 6aea23d..7c96014 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -452,6 +452,7 @@ typedef struct
qboolean useUnlagged;
statsCounters_t statscounters;
int bubbleTime;
+ int godMode;
} clientPersistant_t;
#define MAX_UNLAGGED_MARKERS 10