mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove level select restrictions in Multiplayer
This commit is contained in:
parent
75eec0b5da
commit
4e2e2a0a61
1 changed files with 1 additions and 3 deletions
|
|
@ -4546,12 +4546,10 @@ static boolean M_LevelAvailableOnPlatter(INT32 mapnum)
|
||||||
if (!(mapheaderinfo[mapnum]->typeoflevel & TOL_COOP))
|
if (!(mapheaderinfo[mapnum]->typeoflevel & TOL_COOP))
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
if (mapvisited[mapnum]) // MV_MP
|
|
||||||
return true;
|
|
||||||
|
|
||||||
if (mapnum+1 == spstage_start)
|
if (mapnum+1 == spstage_start)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
return true;
|
||||||
/* FALLTHRU */
|
/* FALLTHRU */
|
||||||
case LLM_RECORDATTACK:
|
case LLM_RECORDATTACK:
|
||||||
case LLM_NIGHTSATTACK:
|
case LLM_NIGHTSATTACK:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue