mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-02 14:12:47 +00:00
Ensure + commands get executed before map start
This commit is contained in:
parent
e2482edce3
commit
f398004a18
1 changed files with 2 additions and 0 deletions
|
|
@ -1679,6 +1679,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)
|
||||||
|
|
||||||
strncpy(connectedservername, cv_servername.string, MAXSERVERNAME);
|
strncpy(connectedservername, cv_servername.string, MAXSERVERNAME);
|
||||||
|
|
||||||
if (M_CheckParm("-gametype") && M_IsNextParm())
|
if (M_CheckParm("-gametype") && M_IsNextParm())
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue