From: nhmall Date: Wed, 22 Jun 2022 18:11:51 +0000 (-0400) Subject: more optlist verbose follow-up X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b215abb6989dfe8c58bc750f2980c0460682ca7d;p=nethack more optlist verbose follow-up --- diff --git a/src/options.c b/src/options.c index 4a24f4140..8ad18b746 100644 --- a/src/options.c +++ b/src/options.c @@ -4269,7 +4269,7 @@ pfxfn_IBM_(int optidx UNUSED, int req, boolean negated UNUSED, return optn_err; opts[0] = '\0'; return optn_ok; - } + }b return optn_ok; } #endif @@ -4284,6 +4284,7 @@ int pfxfn_verbose(int optidx UNUSED, int req, boolean negated, boolean param_optional = FALSE; if (req == do_init) { + flags.verbose = allopt[optidx].opt_in_out; return optn_ok; } if (req == do_set) {