mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-26 00:40:56 +00:00
- disabled the "User Maps" option pending implementation of a working selection menu for exposing this.
This commit is contained in:
parent
5dcfa1cb0c
commit
c8edef4e0c
1 changed files with 2 additions and 0 deletions
|
@ -1260,6 +1260,7 @@ static void BuildEpisodeMenu()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#if 0 // this needs to be backed by a working selection menu, until that gets done it must be disabled.
|
||||||
if (!(g_gameType & GAMEFLAG_SHAREWARE))
|
if (!(g_gameType & GAMEFLAG_SHAREWARE))
|
||||||
{
|
{
|
||||||
//auto it = new FListMenuItemNativeStaticText(ld->mXpos, "", NIT_SmallFont); // empty entry as spacer.
|
//auto it = new FListMenuItemNativeStaticText(ld->mXpos, "", NIT_SmallFont); // empty entry as spacer.
|
||||||
|
@ -1270,6 +1271,7 @@ static void BuildEpisodeMenu()
|
||||||
ld->mItems.Push(it);
|
ld->mItems.Push(it);
|
||||||
addedVolumes++;
|
addedVolumes++;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
if (addedVolumes == 1)
|
if (addedVolumes == 1)
|
||||||
{
|
{
|
||||||
ld->mAutoselect = 0;
|
ld->mAutoselect = 0;
|
||||||
|
|
Loading…
Reference in a new issue