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:
Eidolon 2025-08-23 12:33:07 -05:00
commit c43d15208a

View file

@ -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]