add a comment giving a little info on what's going on with the command line commands.

This commit is contained in:
Bill Currie 2000-04-20 08:58:07 +00:00
parent f29bffb2ff
commit 95393325ad

View file

@ -562,6 +562,8 @@ Host_Init (quakeparms_t *parms)
Cbuf_InsertText ((char *)globalcfg);
}
// reparse the command line for + commands other than set (sets still done,
// but it doesn't matter)
Cmd_StuffCmds_f ();
Cbuf_Execute ();