Fix connecting w/ -splitscreen set

This commit is contained in:
TehRealSalt 2018-11-08 15:24:10 -05:00
parent fd5a8d663b
commit 11595a501a

View file

@ -1393,7 +1393,7 @@ void D_SRB2Main(void)
if (D_CheckNetGame()) if (D_CheckNetGame())
autostart = true; 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; multiplayer = autostart = true;
// check for a driver that wants intermission stats // check for a driver that wants intermission stats