mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
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:
parent
5232da8f24
commit
104f41f4a9
1 changed files with 2 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue