some windows fixes

Resolves #1526
This commit is contained in:
nhmall
2026-05-10 16:00:33 -04:00
parent 9d5b02d912
commit 745c7fb8d8
5 changed files with 111 additions and 36 deletions
+2 -1
View File
@@ -883,7 +883,8 @@ mswin_display_nhwindow(winid wid, boolean block)
} else {
if ((GetNHApp()->windowlist[wid].type == NHW_MAP)
|| (GetNHApp()->windowlist[wid].type == NHW_MESSAGE)) {
(void) mswin_nhgetch();
if (!program_state.savefile_completed)
(void) mswin_nhgetch();
}
}
}