mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Added splitscreen command line parameter
This commit is contained in:
parent
ffeb48ab4d
commit
73ae63d8c4
1 changed files with 6 additions and 0 deletions
|
|
@ -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()))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue