mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-01 17:01:24 +00:00
Fix connecting w/ -splitscreen set
This commit is contained in:
parent
0c03fbb970
commit
05ebf7f30c
1 changed files with 1 additions and 1 deletions
|
|
@ -1393,7 +1393,7 @@ void D_SRB2Main(void)
|
|||
if (D_CheckNetGame())
|
||||
autostart = true;
|
||||
|
||||
if (splitscreen) // Make sure multiplayer & autostart is set if you have splitscreen, even after D_CheckNetGame
|
||||
if (splitscreen && !M_CheckParm("-connect")) // Make sure multiplayer & autostart is set if you have splitscreen, even after D_CheckNetGame
|
||||
multiplayer = autostart = true;
|
||||
|
||||
// check for a driver that wants intermission stats
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue