mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-04-07 10:33:41 +00:00
fix OptionMenuItemCommand::DoCommand for new 4.15 keyword
This commit is contained in:
parent
f9dcda91d7
commit
7bdffa2592
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ class OptionMenuItemCommand : OptionMenuItemSubmenu
|
|||
return self;
|
||||
}
|
||||
|
||||
private native static void DoCommand(String cmd, bool unsafe); // This is very intentionally limited to this menu item to prevent abuse.
|
||||
private native static void DoCommand(String cmd, bool is_unsafe); // This is very intentionally limited to this menu item to prevent abuse.
|
||||
|
||||
override bool Activate()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue