(From <Someone>)

> It's probably best to empty
> mswin_update_inventory() in win\win32\. If I
> remember correctly there is some code in there now
> which probably behaves badly if perm_invent is
> switched on
This commit is contained in:
nethack.allison
2002-07-19 13:42:24 +00:00
parent 34bcb2bb2b
commit 8a9c09a8b1

View File

@@ -1176,8 +1176,6 @@ int mswin_select_menu(winid wid, int how, MENU_ITEM_P **selected)
void mswin_update_inventory()
{
logDebug("mswin_update_inventory()\n");
if (program_state.something_worth_saving && flags.perm_invent)
display_inventory(NULL, FALSE);
}
/*