- added two more system callbacks for menu customization.

This commit is contained in:
Christoph Oelckers 2020-10-08 17:42:46 +02:00
commit cf7518fe43
5 changed files with 14 additions and 6 deletions

View file

@ -220,7 +220,7 @@ static bool CheckSkipOptionBlock(FScanner &sc)
do
{
sc.MustGetString();
if (CheckSkipGameOptionBlock(sc)) filter = true;
if (sysCallbacks.CheckMenudefOption && sysCallbacks.CheckMenudefOption(sc.String)) filter = true;
else if (sc.Compare("Windows"))
{
#ifdef _WIN32