invent fixes, take II
Make sure that inventory listing when carrying only gold works when build without TTY_PERM_INVENT as well as with that.
This commit is contained in:
@@ -420,7 +420,7 @@ curses_display_nhwindow(winid wid, boolean block)
|
||||
|
||||
if (curses_is_menu(wid) || curses_is_text(wid)) {
|
||||
curses_end_menu(wid, "");
|
||||
curses_select_menu(wid, PICK_NONE, &selected);
|
||||
(void) curses_select_menu(wid, PICK_NONE, &selected);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user