Merge branch 'NetHack-3.7' into to500

This commit is contained in:
nhmall
2026-05-02 09:55:08 -04:00
+2 -1
View File
@@ -881,7 +881,8 @@ mswin_display_nhwindow(winid wid, boolean block)
if (!block) {
UpdateWindow(GetNHApp()->windowlist[wid].win);
} else {
if (GetNHApp()->windowlist[wid].type == NHW_MAP) {
if ((GetNHApp()->windowlist[wid].type == NHW_MAP)
|| (GetNHApp()->windowlist[wid].type == NHW_MESSAGE)) {
(void) mswin_nhgetch();
}
}