Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-11-11 14:32:09 -05:00
12 changed files with 210 additions and 153 deletions

View File

@@ -661,7 +661,7 @@ initoptions()
/* ... and _must_ parse correctly. */
if (!read_config_file(SYSCF_FILE, SET_IN_SYS)) {
if (config_error_done())
if (config_error_done() && !iflags.initoptions_noterminate)
nh_terminate(EXIT_FAILURE);
}
config_error_done();