mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 00:41:24 +00:00
- got new CVar system from GZDoom.
This commit is contained in:
parent
ff25dc7ae5
commit
479616a80f
25 changed files with 323 additions and 164 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue