mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 10:52:23 +00:00
Remove level select restrictions in Multiplayer
This commit is contained in:
parent
3f42834a98
commit
b219be6f5e
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))
|
||||
return true;
|
||||
|
||||
if (mapvisited[mapnum]) // MV_MP
|
||||
return true;
|
||||
|
||||
if (mapnum+1 == spstage_start)
|
||||
return true;
|
||||
|
||||
return true;
|
||||
/* FALLTHRU */
|
||||
case LLM_RECORDATTACK:
|
||||
case LLM_NIGHTSATTACK:
|
||||
|
|
Loading…
Reference in a new issue