0
0
Fork 0
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:
Ricardo Luís Vaz Silva 2025-02-20 05:21:45 -03:00
parent f9dcda91d7
commit 7bdffa2592

View file

@ -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()
{