Fixed handling of default values for Menu.SetMenu() and Menu.StartMessage() arguments
This commit is contained in:
parent
202c192e11
commit
fd615713d5
2 changed files with 2 additions and 2 deletions
|
|
@ -496,7 +496,7 @@ DEFINE_ACTION_FUNCTION(DMenu, SetMenu)
|
|||
{
|
||||
PARAM_PROLOGUE;
|
||||
PARAM_NAME(menu);
|
||||
PARAM_INT(mparam);
|
||||
PARAM_INT_DEF(mparam);
|
||||
M_SetMenu(menu, mparam);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue