From 9bff8c2ecb0a7a0f62b64de7c4cdf41e5db355fc Mon Sep 17 00:00:00 2001 From: James R Date: Mon, 26 Oct 2020 19:03:24 -0700 Subject: [PATCH] Remove the other -splitscreen parameter --- src/d_main.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/d_main.c b/src/d_main.c index d52ded552..bf15d5bd7 100644 --- a/src/d_main.c +++ b/src/d_main.c @@ -1697,12 +1697,6 @@ 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())) {