- added two more system callbacks for menu customization.
This commit is contained in:
parent
881a77b3a1
commit
cf7518fe43
5 changed files with 14 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue