mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 20:50:58 +00:00
Disable restriction for `DEVELOP
` builds only
This commit is contained in:
parent
b219be6f5e
commit
bfce75d5cd
1 changed files with 5 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue