mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 12:52:46 +00:00
explicitly set the client state after startup to ensure everything related
to the state is current.
This commit is contained in:
parent
7cda1c6705
commit
121bd09eef
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue