execute all commands in quakeforge.conf, not just set

This commit is contained in:
Bill Currie 2000-04-26 23:43:46 +00:00
parent a79a491b96
commit af8f5e501b

View file

@ -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 ();
}