mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +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))
|
||||
{
|
||||
//auto it = new FListMenuItemNativeStaticText(ld->mXpos, "", NIT_SmallFont); // empty entry as spacer.
|
||||
|
@ -1270,6 +1271,7 @@ static void BuildEpisodeMenu()
|
|||
ld->mItems.Push(it);
|
||||
addedVolumes++;
|
||||
}
|
||||
#endif
|
||||
if (addedVolumes == 1)
|
||||
{
|
||||
ld->mAutoselect = 0;
|
||||
|
|
Loading…
Reference in a new issue