From a05e8cbd49a17dfc4023b71da559dcb1b11d8422 Mon Sep 17 00:00:00 2001 From: MaeJong Date: Thu, 4 May 2017 15:14:32 +0200 Subject: Implement cvars for SM2 autobahn & outdated client messages Remove obsolete int g_updateClientNotice Add g_outdatedClientMessage & prompt only if it's non-empty Add g_schachtmeisterAutobahnMessage (existed, was unused) --- src/game/g_local.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/g_local.h') diff --git a/src/game/g_local.h b/src/game/g_local.h index d1d232a..a3c02c8 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -1391,7 +1391,7 @@ extern vmCvar_t g_popularMapsVotePercent; extern vmCvar_t g_banIPs; extern vmCvar_t g_filterBan; extern vmCvar_t g_smoothClients; -extern vmCvar_t g_clientUpgradeNotice; +extern vmCvar_t g_outdatedClientMessage; extern vmCvar_t pmove_fixed; extern vmCvar_t pmove_msec; extern vmCvar_t g_rankings; -- cgit