Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2018-12-15 23:00:49 -05:00
9 changed files with 198 additions and 49 deletions

View File

@@ -294,7 +294,8 @@ const char *s;
s, buf);
}
if (windowprocs.win_raw_print == def_raw_print)
if (windowprocs.win_raw_print == def_raw_print
|| WINDOWPORT("safe-startup"))
nh_terminate(EXIT_SUCCESS);
}