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
This commit is contained in:
toaster 2023-03-18 00:52:27 +00:00
parent 5232da8f24
commit 104f41f4a9

View file

@ -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();