Remove level select restrictions in Multiplayer

This commit is contained in:
Steel Titanium 2019-10-19 21:37:03 -04:00
parent 75eec0b5da
commit 4e2e2a0a61

View file

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