Removed Sys_Init() from Host_Init() --- who put it there?

This commit is contained in:
Anton E. Gavrilov 2000-05-19 00:10:18 +00:00
parent 1f8b0fd704
commit 739ff24b70

View file

@ -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 ();