Merge branch 'NetHack-3.7' into to500

This commit is contained in:
nhmall
2026-04-28 09:04:38 -04:00
10 changed files with 114 additions and 36 deletions
+1 -1
View File
@@ -300,7 +300,7 @@ _CrtSetReportFile(_CRT_ASSERT, _CRTDBG_FILE_STDERR);*/
if WINDOWPORT(tty) {
int i;
for (i = 0; i < 20; ++i) {
for (i = 0; i < 5; ++i) {
nh_delay_output();
}