- got new CVar system from GZDoom.

This commit is contained in:
Christoph Oelckers 2022-10-22 00:12:17 +02:00
parent ff25dc7ae5
commit 479616a80f
25 changed files with 323 additions and 164 deletions

View file

@ -394,7 +394,7 @@ void V_Init2()
UCVarValue val;
val.Bool = !!Args->CheckParm("-devparm");
ticker.SetGenericRepDefault(val, CVAR_Bool);
ticker->SetGenericRepDefault(val, CVAR_Bool);
I_InitGraphics();