mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'fix-exit-game-quote-unquote-crash' into 'master'
Fix playground condition check exiting whole game in netgames Closes #1633 See merge request kart-krew-dev/ring-racers-internal!2752
This commit is contained in:
commit
c43d15208a
1 changed files with 0 additions and 4 deletions
|
|
@ -3538,10 +3538,6 @@ boolean M_GameAboutToStart(void)
|
|||
if (gamestartchallenge >= MAXUNLOCKABLES)
|
||||
return true;
|
||||
|
||||
// An unfortunate sidestep, but sync is important.
|
||||
if (netgame)
|
||||
return true;
|
||||
|
||||
// Pending unlocked, but not unlocked
|
||||
return (
|
||||
gamedata->unlockpending[gamestartchallenge]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue