Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2019-02-10 00:08:07 -05:00
8 changed files with 37 additions and 35 deletions
+1 -3
View File
@@ -313,9 +313,7 @@ curses_del_nhwin(winid wid)
return;
}
if (wid == MESSAGE_WIN) {
curses_teardown_messages();
} else if (wid == STATUS_WIN) {
curses_teardown_status();
curses_teardown_messages();
}
nhwins[wid].curwin = NULL;
nhwins[wid].nhwin = -1;