diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 8aea02dc..5084fe8c 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -1184,6 +1184,7 @@ extern vmCvar_t g_adminTempBan; extern vmCvar_t g_dretchPunt; extern vmCvar_t g_privateMessages; +extern vmCvar_t g_specChat; extern vmCvar_t g_publicAdminMessages; void trap_Print( const char *fmt ); |