From e2082785a7ff537b951b82bba70d364cee8397f1 Mon Sep 17 00:00:00 2001 From: IronClawTrem Date: Thu, 20 Feb 2020 23:21:56 +0000 Subject: update client connect code --- src/game/g_local.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/game/g_local.h') diff --git a/src/game/g_local.h b/src/game/g_local.h index df16a84..a355265 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -1149,7 +1149,7 @@ qboolean G_Flood_Limited( gentity_t *ent ); // // g_client.c // -char *ClientConnect( int clientNum, qboolean firstTime ); +const char *ClientConnect( int clientNum, qboolean firstTime ); void ClientUserinfoChanged( int clientNum, qboolean forceName ); void ClientDisconnect( int clientNum ); void ClientBegin( int clientNum ); @@ -1494,6 +1494,7 @@ extern vmCvar_t g_schachtmeisterClearThreshold; extern vmCvar_t g_schachtmeisterAutobahnThreshold; extern vmCvar_t g_schachtmeisterAutobahnMessage; extern vmCvar_t g_adminAutobahnNotify; +extern vmCvar_t g_maxGhosts; void trap_Printf( const char *fmt ); void trap_Error( const char *fmt ); -- cgit