Added splitscreen command line parameter

This commit is contained in:
gm3k4g 2020-10-05 00:12:13 +03:00
parent 17ce7d57c3
commit 2cc8de2bdd

View file

@ -1589,6 +1589,12 @@ void D_SRB2Main(void)
ultimatemode = true;
}
if (M_CheckParm("-splitscreen"))
{
autostart = true;
splitscreen = true;
}
// rei/miru: bootmap (Idea: starts the game on a predefined map)
if (bootmap && !(M_CheckParm("-warp") && M_IsNextParm()))
{