Always allow the first singleplayer level in the MP level platter.

This commit is contained in:
toasterbabe 2017-11-02 21:20:55 +00:00
parent 7d15afe6fb
commit c89b1ec234
1 changed files with 3 additions and 0 deletions

View File

@ -3822,6 +3822,9 @@ static boolean M_LevelAvailableOnPlatter(INT32 mapnum)
if (mapvisited[mapnum]) // MV_MP
return true;
if (mapnum+1 == spstage_start)
return true;
// intentional fallthrough
case LLM_RECORDATTACK:
case LLM_NIGHTSATTACK: