Skip to content

Commit

Permalink
fix OptionMenuItemCommand::DoCommand for new 4.15 keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoLuis0 committed Feb 20, 2025
1 parent f9dcda9 commit 7bdffa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wadsrc/static/zscript/engine/ui/menu/optionmenuitems.zs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit 7bdffa2

Please sign in to comment.