Skip to content
Snippets Groups Projects
Commit 35c66651 authored by James R.'s avatar James R.
Browse files

Merge branch 'splitscreen-parameter' into 'next'

Add `-splitscreen` commandline parameter

See merge request !1175
parents 9538ca69 2cc8de2b
No related branches found
No related tags found
No related merge requests found
...@@ -1589,6 +1589,12 @@ void D_SRB2Main(void) ...@@ -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()))
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment