summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
authorIronClawTrem <louie.nutman@gmail.com>2019-11-01 23:02:33 +0000
committerIronClawTrem <louie.nutman@gmail.com>2019-11-01 23:02:33 +0000
commite136b8c5d070d14721585263b41a325794030f7d (patch)
tree010b119af44bc31ad15feafd9897d244c6804509 /src/game/g_local.h
parent3235a157fc8511c91008c9f5119775685443f338 (diff)
schachtmeister and autobahn implementation
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index 6aea23d..19b05c9 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -1100,6 +1100,7 @@ void ClientSpawn( gentity_t *ent, gentity_t *spawn, vec3_t origin, vec3_t a
void player_die( gentity_t *self, gentity_t *inflictor, gentity_t *attacker, int damage, int mod );
qboolean SpotWouldTelefrag( gentity_t *spot );
char *G_NextNewbieName( gentity_t *ent );
+void G_LogAutobahn( gentity_t *ent, const char *userinfo, int rating, qboolean onConnect );
//
// g_svcmds.c
@@ -1488,6 +1489,10 @@ extern vmCvar_t g_Bubbles;
extern vmCvar_t g_scrimMode;
extern vmCvar_t g_gradualFreeFunds;
extern vmCvar_t g_bleedingSpree;
+extern vmCvar_t g_schachtmeisterClearThreshold;
+extern vmCvar_t g_schachtmeisterAutobahnThreshold;
+extern vmCvar_t g_schachtmeisterAutobahnMessage;
+extern vmCvar_t g_adminAutobahnNotify;
void trap_Printf( const char *fmt );
void trap_Error( const char *fmt );