Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2019-03-20 09:28:48 -04:00
7 changed files with 83 additions and 64 deletions

View File

@@ -490,9 +490,6 @@ curses_puts(winid wid, int attr, const char *text)
#if 0
if (wid == STATUS_WIN) {
curses_update_stats(); /* We will do the write ourselves */
/* Inventory updating isn't performed on redraws, so
also update inventory here... */
curses_update_inventory();
return;
}
#endif