mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
make sure all + commands have been executed
This commit is contained in:
parent
8b36ae6c00
commit
0b0f8bb613
1 changed files with 3 additions and 0 deletions
|
@ -1767,6 +1767,9 @@ Host_Init (void)
|
|||
build_number ());
|
||||
Con_Printf ("\x80\x81\x81\x82 %s initialized \x80\x81\x81\x82\n", PROGRAM);
|
||||
|
||||
// make sure all + commands have been executed
|
||||
Cbuf_Execute_Stack (cl_cbuf);
|
||||
|
||||
CL_UpdateScreen (realtime);
|
||||
Con_NewMap (); // force the menus to be loaded
|
||||
CL_UpdateScreen (realtime);
|
||||
|
|
Loading…
Reference in a new issue