mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-16 16:41:46 +00:00
Custom submenus are no longer removed from altered protected menu
https://forum.zdoom.org/viewtopic.php?t=59081
This commit is contained in:
parent
ee9736fbb3
commit
337bbfc88c
1 changed files with 1 additions and 1 deletions
|
@ -542,7 +542,7 @@ static bool FindMatchingItem(DMenuItemBase *desc)
|
||||||
{
|
{
|
||||||
// Check for presence of menu
|
// Check for presence of menu
|
||||||
auto menu = MenuDescriptors.CheckKey(name);
|
auto menu = MenuDescriptors.CheckKey(name);
|
||||||
if (menu == nullptr) return true;
|
if (menu == nullptr) return false;
|
||||||
}
|
}
|
||||||
else if (grp == 4)
|
else if (grp == 4)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue