summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
author/dev/humancontroller <devhc@example.com>2017-04-15 00:16:35 +0200
committer/dev/humancontroller <devhc@example.com>2017-04-15 17:29:37 +0200
commit259c996ebe14cdb52e4a47149ce6c33dbeffa4d3 (patch)
tree9821fb451b7a7fc280a5446b479c5b8b756fab38 /src/game/g_local.h
parent91c463d4bfe3e57330e5fbce63c98eb22d5b208e (diff)
implement Schachtmeister v2
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index 6e077bd..550803a 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -1540,6 +1540,9 @@ extern vmCvar_t g_maxUnregReports;
extern vmCvar_t g_reportWelcomeComment;
+extern vmCvar_t g_schachtmeisterClearThreshold;
+extern vmCvar_t g_schachtmeisterAutobahnThreshold;
+
extern vmCvar_t g_scrimMode;
extern vmCvar_t g_revertCooldownTime;