(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:
@@ -1176,8 +1176,6 @@ int mswin_select_menu(winid wid, int how, MENU_ITEM_P **selected)
|
|||||||
void mswin_update_inventory()
|
void mswin_update_inventory()
|
||||||
{
|
{
|
||||||
logDebug("mswin_update_inventory()\n");
|
logDebug("mswin_update_inventory()\n");
|
||||||
if (program_state.something_worth_saving && flags.perm_invent)
|
|
||||||
display_inventory(NULL, FALSE);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user