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 b6d65c78..081de6cb 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -1207,6 +1207,7 @@ extern vmCvar_t g_specChat; extern vmCvar_t g_publicAdminMessages; extern vmCvar_t g_allowTeamOverlay; +extern vmCvar_t g_freeStuff; extern vmCvar_t g_censorship; void trap_Print( const char *fmt ); |