From: nhmall Date: Wed, 22 Jun 2022 17:50:53 +0000 (-0400) Subject: optlist verbose follow-up X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c579ba7fde938a3a7b254eba5450596bbd1bcd4;p=nethack 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. --- diff --git a/include/optlist.h b/include/optlist.h index b19b3007b..38125b65f 100644 --- a/include/optlist.h +++ b/include/optlist.h @@ -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