diff --git a/source/cl_main.c b/source/cl_main.c index 226ec57..0d3d248 100644 --- a/source/cl_main.c +++ b/source/cl_main.c @@ -1687,11 +1687,6 @@ Host_Init (void) V_Init_Cvars (); VID_Init_Cvars (); - // Reparse the command line for + commands. - // (Note, no non-base commands exist yet) - Cmd_StuffCmds_f (); - Cbuf_Execute (); - cl_Cmd_Init (); V_Init (); COM_Init (); @@ -1744,6 +1739,11 @@ Host_Init (void) IN_Init (); #endif + // Reparse the command line for + commands. + // (Note, no non-base commands exist yet) + Cmd_StuffCmds_f (); + Cbuf_Execute (); + Cbuf_InsertText ("exec quake.rc\n"); Cbuf_AddText ("echo Type connect or use a server browser to connect to a game.\n");