mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-16 16:51:16 +00:00
execute all commands in quakeforge.conf, not just set
This commit is contained in:
parent
a79a491b96
commit
af8f5e501b
1 changed files with 1 additions and 2 deletions
|
@ -579,8 +579,7 @@ Host_Init (quakeparms_t *parms)
|
|||
}
|
||||
Hunk_FreeToLowMark (mark);
|
||||
if (f)
|
||||
// FIXME: just sets, or other commands as well?
|
||||
Cbuf_Execute_Sets ();
|
||||
Cbuf_Execute ();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue