Implement new ConVar features

Slight cleanup with new ConVar features to be used throughout the SDK
This commit is contained in:
Amos
2022-01-09 16:14:17 +01:00
parent 0177c17da9
commit c292d8ad46
16 changed files with 889 additions and 305 deletions

View File

@@ -114,7 +114,7 @@ void Systems_Init()
TerminateProcess(GetCurrentProcess(), 0xBAD0C0DE);
}
IConVar_InitConVar();
g_pConVar->Init();
#ifdef DEDICATED
Dedicated_Init();