optlist verbose follow-up

When the NHOPTP syntax was copied and pasted from cond_ a few lines
above, the opt_out/opt_in setting should have been changed to opt_out
to match the verbose boolean.
This commit is contained in:
nhmall
2022-06-22 13:50:53 -04:00
parent 52284be874
commit 7c579ba7fd

View File

@@ -602,7 +602,7 @@ opt_##a,
"prefix for old micro IBM_ options")
#endif /* MICRO */
#if !defined(NO_VERBOSE_GRANULARITY)
NHOPTP(verbose, 0, opt_in, set_in_game, Yes, Yes, Yes, Yes, NoAlias,
NHOPTP(verbose, 0, opt_out, set_in_game, Yes, Yes, Yes, Yes, NoAlias,
"suppress verbose messages")
#endif
#undef NoAlias