From: nethack.allison Date: Fri, 19 Jul 2002 13:42:24 +0000 (+0000) Subject: (From ) X-Git-Tag: MOVE2GIT~2624 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a9c09a8b1c17f4393c23f64e65e7604854b6f6c;p=nethack (From ) > 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 --- diff --git a/win/win32/mswproc.c b/win/win32/mswproc.c index 724ad0f84..933bf6d3b 100644 --- a/win/win32/mswproc.c +++ b/win/win32/mswproc.c @@ -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); } /*