merge branch NetHack-3.6 part 2

This commit is contained in:
nhmall
2019-06-17 15:25:10 -04:00
parent 4fdc78fce1
commit 8562c6839e
2 changed files with 3 additions and 3 deletions

View File

@@ -3979,7 +3979,7 @@ boolean tinitial, tfrom_file;
return FALSE;
}
}
if (iflags.debug_fuzzer && !initial) {
if (iflags.debug_fuzzer && !g.opt_initial) {
/* don't randomly toggle this/these */
if (boolopt[i].addr == &flags.silent)
return TRUE;