Cvar_SetDescription(nvs_current_ssvc,"Contains the current server's NVS version for SVC messages, which are send from this server to the clients. SVC messages are generated by the engine and the PROGS.DAT. Maximum can be set with NVS_MAX_SERVER command.");
Cvar_Set(nvs_current_ssvc,nvs_current_ssvc->string);// do rangecheck
}
// 2001-09-18 New cvar system by Maddes (Init) end
/*
=====================
NVS_Init
RegisterNVScommandsandinitializevariables
=====================
*/
// 2000-04-30 NVS COMMON by Maddes
voidNVS_Init(void)
{
// 2001-09-18 New cvar system by Maddes (Init) start