mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 16:51:08 +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 ();
|
CL_Init ();
|
||||||
IN_Init ();
|
IN_Init ();
|
||||||
#endif
|
#endif
|
||||||
|
CL_SetState (ca_disconnected);
|
||||||
|
|
||||||
Cbuf_InsertText ("exec quake.rc\n");
|
Cbuf_InsertText ("exec quake.rc\n");
|
||||||
Cmd_Exec_File (fs_usercfg->string);
|
Cmd_Exec_File (fs_usercfg->string);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue