From 05ebf7f30c25599aff2b9f4b106754d40dc7f120 Mon Sep 17 00:00:00 2001 From: TehRealSalt Date: Thu, 8 Nov 2018 15:24:10 -0500 Subject: [PATCH] Fix connecting w/ -splitscreen set --- src/d_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d_main.c b/src/d_main.c index acb10bbb6..1498869a6 100644 --- a/src/d_main.c +++ b/src/d_main.c @@ -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