Ensure + commands get executed before map start

This commit is contained in:
Eidolon 2019-12-25 20:00:21 -06:00 committed by Sally Coolatta
parent e2482edce3
commit f398004a18

View file

@ -1679,6 +1679,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)
strncpy(connectedservername, cv_servername.string, MAXSERVERNAME);
if (M_CheckParm("-gametype") && M_IsNextParm())