Ensure + commands get executed before map start

This commit is contained in:
Eidolon 2019-12-25 20:00:21 -06:00
parent 88207e18f9
commit bc9251e13b

View file

@ -1609,6 +1609,8 @@ void D_SRB2Main(void)
// as having been modified for the first game.
M_PushSpecialParameters(); // push all "+" parameter at the command buffer
COM_BufExecute(); // ensure the command buffer gets executed before the map starts (+skin)
if (M_CheckParm("-gametype") && M_IsNextParm())
{
// from Command_Map_f