mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 09:51:41 +00:00
oops, forgot to write that one
This commit is contained in:
parent
5a1c7ecd2b
commit
7eb9d70216
1 changed files with 2 additions and 1 deletions
|
@ -878,7 +878,6 @@ Host_Init (quakeparms_t *parms)
|
|||
|
||||
Cvar_Init_Hash ();
|
||||
Cmd_Init_Hash ();
|
||||
Memory_Init (parms->membase, parms->memsize);
|
||||
Cvar_Init ();
|
||||
Sys_Init_Cvars ();
|
||||
Sys_Init ();
|
||||
|
@ -912,6 +911,8 @@ Host_Init (quakeparms_t *parms)
|
|||
Cmd_StuffCmds_f ();
|
||||
Cbuf_Execute_Sets ();
|
||||
|
||||
Memory_Init (parms->membase, parms->memsize);
|
||||
|
||||
PI_Init ();
|
||||
|
||||
Chase_Init_Cvars ();
|
||||
|
|
Loading…
Reference in a new issue