mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-04-23 16:30:46 +00:00
add a comment giving a little info on what's going on with the command line commands.
This commit is contained in:
parent
f29bffb2ff
commit
95393325ad
1 changed files with 2 additions and 0 deletions
|
@ -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 ();
|
||||
|
||||
|
|
Loading…
Reference in a new issue