client now starts up without segging (X11, anyway)

This commit is contained in:
Bill Currie 2000-05-16 06:33:37 +00:00
parent 119270c6fc
commit 5e6187be19

View file

@ -1635,6 +1635,9 @@ 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 ();
Cmd_Init ();
cl_Cmd_Init ();