explicitly set the client state after startup to ensure everything related

to the state is current.
This commit is contained in:
Bill Currie 2001-08-19 21:19:42 +00:00
parent 7cda1c6705
commit 121bd09eef

View file

@ -1697,6 +1697,7 @@ Host_Init (void)
CL_Init ();
IN_Init ();
#endif
CL_SetState (ca_disconnected);
Cbuf_InsertText ("exec quake.rc\n");
Cmd_Exec_File (fs_usercfg->string);