Remove level select restrictions in Multiplayer

This commit is contained in:
Steel Titanium 2019-10-19 21:37:03 -04:00
parent 3f42834a98
commit b219be6f5e
No known key found for this signature in database
GPG key ID: 924BA411F18DFDBE

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: