From 8a9c09a8b1c17f4393c23f64e65e7604854b6f6c Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Fri, 19 Jul 2002 13:42:24 +0000 Subject: [PATCH] (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 --- win/win32/mswproc.c | 2 -- 1 file changed, 2 deletions(-) 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); } /*