mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +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 ();
|
Cvar_Init_Hash ();
|
||||||
Cmd_Init_Hash ();
|
Cmd_Init_Hash ();
|
||||||
Memory_Init (parms->membase, parms->memsize);
|
|
||||||
Cvar_Init ();
|
Cvar_Init ();
|
||||||
Sys_Init_Cvars ();
|
Sys_Init_Cvars ();
|
||||||
Sys_Init ();
|
Sys_Init ();
|
||||||
|
@ -912,6 +911,8 @@ Host_Init (quakeparms_t *parms)
|
||||||
Cmd_StuffCmds_f ();
|
Cmd_StuffCmds_f ();
|
||||||
Cbuf_Execute_Sets ();
|
Cbuf_Execute_Sets ();
|
||||||
|
|
||||||
|
Memory_Init (parms->membase, parms->memsize);
|
||||||
|
|
||||||
PI_Init ();
|
PI_Init ();
|
||||||
|
|
||||||
Chase_Init_Cvars ();
|
Chase_Init_Cvars ();
|
||||||
|
|
Loading…
Reference in a new issue