summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
authorIronClawTrem <louie.nutman@gmail.com>2020-02-21 00:27:51 +0000
committerIronClawTrem <louie.nutman@gmail.com>2020-02-21 00:27:51 +0000
commit4410d8e32cf8b4cfefabef9f26943154d39c685b (patch)
tree69f07bc2bfdfbf7f3d8ee165a8560571ac5f6b32 /src/game/g_local.h
parente2082785a7ff537b951b82bba70d364cee8397f1 (diff)
add g_specNoclip cvar
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 a355265..b09f822 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -1495,6 +1495,7 @@ extern vmCvar_t g_schachtmeisterAutobahnThreshold;
extern vmCvar_t g_schachtmeisterAutobahnMessage;
extern vmCvar_t g_adminAutobahnNotify;
extern vmCvar_t g_maxGhosts;
+extern vmCvar_t g_specNoclip;
void trap_Printf( const char *fmt );
void trap_Error( const char *fmt );