Added splitscreen command line parameter

This commit is contained in:
gm3k4g 2020-10-05 00:12:13 +03:00
parent ffeb48ab4d
commit 73ae63d8c4

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()))
{