mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 09:51:41 +00:00
nq now plays demos nicely (call Key_Init_Cvars and Con_Init_Cvars)
This commit is contained in:
parent
505e27e445
commit
42ce5b1184
1 changed files with 2 additions and 0 deletions
|
@ -925,6 +925,8 @@ void Host_Init (quakeparms_t *parms)
|
|||
Host_InitVCR (parms);
|
||||
Host_InitLocal ();
|
||||
W_LoadWadFile ("gfx.wad");
|
||||
Key_Init_Cvars ();
|
||||
Con_Init_Cvars ();
|
||||
Key_Init ();
|
||||
Con_Init ();
|
||||
M_Init ();
|
||||
|
|
Loading…
Reference in a new issue