Update commented out perm_invent stuff

This commit is contained in:
Pasi Kallinen
2018-09-15 11:29:13 +03:00
parent 3eded06669
commit bd23a56f29
2 changed files with 3 additions and 3 deletions

View File

@@ -401,7 +401,7 @@ void NetHackQtBind::qt_update_inventory()
if (main)
main->updateInventory();
/* doesn't work yet
if (program_state.something_worth_saving && flags.perm_invent)
if (program_state.something_worth_saving && iflags.perm_invent)
display_inventory(NULL, false);
*/
}