mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Disable restriction for `DEVELOP` builds only
This commit is contained in:
parent
4e2e2a0a61
commit
5dd1b52024
1 changed files with 5 additions and 1 deletions
|
|
@ -4549,7 +4549,11 @@ static boolean M_LevelAvailableOnPlatter(INT32 mapnum)
|
||||||
if (mapnum+1 == spstage_start)
|
if (mapnum+1 == spstage_start)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
#ifndef DEVELOP
|
||||||
|
if (mapvisited[mapnum]) // MV_MP
|
||||||
|
#endif
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
/* FALLTHRU */
|
/* FALLTHRU */
|
||||||
case LLM_RECORDATTACK:
|
case LLM_RECORDATTACK:
|
||||||
case LLM_NIGHTSATTACK:
|
case LLM_NIGHTSATTACK:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue