Skip to content
Snippets Groups Projects
Commit 202e7199 authored by Eidolon's avatar Eidolon
Browse files

Ensure + commands get executed before map start

parent d0020e6c
Branches
No related tags found
No related merge requests found
...@@ -1609,6 +1609,8 @@ void D_SRB2Main(void) ...@@ -1609,6 +1609,8 @@ void D_SRB2Main(void)
// as having been modified for the first game. // as having been modified for the first game.
M_PushSpecialParameters(); // push all "+" parameter at the command buffer 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()) if (M_CheckParm("-gametype") && M_IsNextParm())
{ {
// from Command_Map_f // from Command_Map_f
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment