From c8edef4e0cb9500c76b61ed74677a2f6e16f1f82 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 26 Dec 2019 10:55:43 +0100 Subject: [PATCH] - disabled the "User Maps" option pending implementation of a working selection menu for exposing this. --- source/common/menu/menudef.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/common/menu/menudef.cpp b/source/common/menu/menudef.cpp index fd1133e4a..81a450564 100644 --- a/source/common/menu/menudef.cpp +++ b/source/common/menu/menudef.cpp @@ -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;