From f15ee5ac6702e14a827a2643bfa893796c5659df Mon Sep 17 00:00:00 2001 From: IronClawTrem Date: Sat, 29 Feb 2020 02:31:53 +0000 Subject: add !practise command --- src/game/g_local.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/g_local.h') diff --git a/src/game/g_local.h b/src/game/g_local.h index e673583..a77a5d6 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -1503,6 +1503,7 @@ extern vmCvar_t g_schachtmeisterAutobahnMessage; extern vmCvar_t g_adminAutobahnNotify; extern vmCvar_t g_maxGhosts; extern vmCvar_t g_specNoclip; +extern vmCvar_t g_practise; void trap_Printf( const char *fmt ); void trap_Error( const char *fmt ); -- cgit