mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Remove the other -splitscreen parameter
This commit is contained in:
parent
eec54356c3
commit
9bff8c2ecb
1 changed files with 0 additions and 6 deletions
|
|
@ -1697,12 +1697,6 @@ 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…
Add table
Reference in a new issue