mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Some small tweaks
This commit is contained in:
parent
dc5d13da46
commit
29dd330878
1 changed files with 2 additions and 2 deletions
|
|
@ -4447,7 +4447,7 @@ static boolean M_CanShowLevelOnPlatter(INT32 mapnum, INT32 gt)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
case LLM_LEVELSELECT:
|
case LLM_LEVELSELECT:
|
||||||
if (mapheaderinfo[mapnum]->levelselect != maplistoption)
|
if (!(mapheaderinfo[mapnum]->levelselect & maplistoption))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
@ -6722,7 +6722,7 @@ static void M_LoadGameLevelSelect(INT32 choice)
|
||||||
|
|
||||||
SP_LevelSelectDef.prevMenu = currentMenu;
|
SP_LevelSelectDef.prevMenu = currentMenu;
|
||||||
levellistmode = LLM_LEVELSELECT;
|
levellistmode = LLM_LEVELSELECT;
|
||||||
maplistoption = 1;
|
maplistoption = 1+2;
|
||||||
|
|
||||||
if (!M_PrepareLevelPlatter(-1, true))
|
if (!M_PrepareLevelPlatter(-1, true))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue