mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 07:22:28 +00:00
Merge branch 'splitscreen-parameter' into 'next'
Add `-splitscreen` commandline parameter See merge request STJr/SRB2!1175
This commit is contained in:
commit
35c666514b
1 changed files with 6 additions and 0 deletions
|
@ -1589,6 +1589,12 @@ void D_SRB2Main(void)
|
||||||
ultimatemode = true;
|
ultimatemode = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (M_CheckParm("-splitscreen"))
|
||||||
|
{
|
||||||
|
autostart = true;
|
||||||
|
splitscreen = true;
|
||||||
|
}
|
||||||
|
|
||||||
// rei/miru: bootmap (Idea: starts the game on a predefined map)
|
// rei/miru: bootmap (Idea: starts the game on a predefined map)
|
||||||
if (bootmap && !(M_CheckParm("-warp") && M_IsNextParm()))
|
if (bootmap && !(M_CheckParm("-warp") && M_IsNextParm()))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue