]> granicus.if.org Git - nethack/commitdiff
optlist verbose follow-up
authornhmall <nhmall@nethack.org>
Wed, 22 Jun 2022 17:50:53 +0000 (13:50 -0400)
committernhmall <nhmall@nethack.org>
Wed, 22 Jun 2022 17:50:53 +0000 (13:50 -0400)
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.

include/optlist.h

index b19b3007b8e15e7f5988b2dfeb80906e93c66a6e..38125b65fc81f526146fac235087d9e97a0de5c3 100644 (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