make sure all + commands have been executed

This commit is contained in:
Bill Currie 2003-09-03 01:30:35 +00:00
parent 8b36ae6c00
commit 0b0f8bb613

View file

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