mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
Removed Sys_Init() from Host_Init() --- who put it there?
This commit is contained in:
parent
1f8b0fd704
commit
739ff24b70
1 changed files with 0 additions and 1 deletions
|
@ -1636,7 +1636,6 @@ void Host_Init (quakeparms_t *parms)
|
|||
Sys_Error ("Only %4.1f megs of memory reported, can't execute game", parms->memsize / (float)0x100000);
|
||||
|
||||
Memory_Init (parms->membase, parms->memsize);
|
||||
Sys_Init ();
|
||||
Cvar_Init ();
|
||||
|
||||
Cbuf_Init ();
|
||||
|
|
Loading…
Reference in a new issue