From 104f41f4a985e885efcf3cc223cb88e08fea5ea0 Mon Sep 17 00:00:00 2001 From: toaster Date: Sat, 18 Mar 2023 00:52:27 +0000 Subject: [PATCH] Annoying little bonus: Fix ghostly bot bodies in singleplayer Prisonbreak from command line not getting discarded This happens ALL THE TIME while I'm testing CDSS1 remaster direct from ZB, and this is essentially the CDSS1 remaster branch --- src/d_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/d_main.c b/src/d_main.c index 3e0db9357..c6cb75c45 100644 --- a/src/d_main.c +++ b/src/d_main.c @@ -1969,6 +1969,8 @@ void D_SRB2Main(void) grandprixinfo.eventmode = GPEVENT_SPECIAL; else if (gametype != GT_RACE) grandprixinfo.eventmode = GPEVENT_BONUS; + + multiplayer = true; } G_SetUsedCheats();