follow-up in seldom-used places

This commit is contained in:
nhmall
2025-11-08 14:53:50 -05:00
parent d5658018ac
commit 4dfdeb8e92
6 changed files with 6 additions and 6 deletions

View File

@@ -2098,7 +2098,7 @@ amii_update_inventory()
if (WIN_INVEN != WIN_ERR && (cw = amii_wins[WIN_INVEN])
&& cw->type == NHW_MENU && cw->win) {
display_inventory(NULL, FALSE);
repopulate_perminvent();
}
}

View File

@@ -1147,7 +1147,7 @@ mswin_select_menu(winid wid, int how, MENU_ITEM_P **selected)
/*
-- Indicate to the window port that the inventory has been changed.
-- Merely calls display_inventory() for window-ports that leave the
-- Merely calls repopulate_perminvent() for window-ports that leave the
window up, otherwise empty.
*/
void