Disable restriction for `DEVELOP` builds only

This commit is contained in:
Steel Titanium 2019-10-23 16:29:50 -04:00
parent b219be6f5e
commit bfce75d5cd
No known key found for this signature in database
GPG key ID: 924BA411F18DFDBE

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: