mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-15 23:52:38 +00:00
[slightly off-topic commit] don't allow MP Special Stages to be selectable via the MP level platter
This commit is contained in:
parent
ffec691023
commit
7f69b52708
1 changed files with 3 additions and 0 deletions
|
|
@ -4510,6 +4510,9 @@ static boolean M_CanShowLevelOnPlatter(INT32 mapnum, INT32 gt)
|
|||
if (mapheaderinfo[mapnum]->menuflags & LF2_HIDEINMENU)
|
||||
return false;
|
||||
|
||||
if (G_IsSpecialStage(mapnum+1))
|
||||
return false;
|
||||
|
||||
if (gt == GT_COOP && (mapheaderinfo[mapnum]->typeoflevel & TOL_COOP))
|
||||
return true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue