Disable restriction for `DEVELOP` builds only

This commit is contained in:
Steel Titanium 2019-10-23 16:29:50 -04:00
parent 4e2e2a0a61
commit 5dd1b52024

View file

@ -4549,7 +4549,11 @@ static boolean M_LevelAvailableOnPlatter(INT32 mapnum)
if (mapnum+1 == spstage_start)
return true;
return true;
#ifndef DEVELOP
if (mapvisited[mapnum]) // MV_MP
#endif
return true;
/* FALLTHRU */
case LLM_RECORDATTACK:
case LLM_NIGHTSATTACK: