fix curses' create_nhmenu() warning

The extra flags argument to create_nhmenu() wasn't propagated to
anywhere useful.  It still doesn't do anything yet.
This commit is contained in:
PatR
2020-02-25 16:18:58 -08:00
parent 19df82971d
commit cff63b5b4c
6 changed files with 9 additions and 6 deletions

View File

@@ -485,7 +485,7 @@ curses_start_menu(winid wid, unsigned long mbehavior)
if (inv_update)
return;
curses_create_nhmenu(wid);
curses_create_nhmenu(wid, mbehavior);
}
/*