mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-21 23:50:58 +00:00
client now starts up without segging (X11, anyway)
This commit is contained in:
parent
119270c6fc
commit
5e6187be19
1 changed files with 3 additions and 0 deletions
|
@ -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 ();
|
||||
|
|
Loading…
Reference in a new issue