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:
+1
-1
@@ -602,7 +602,7 @@ opt_##a,
|
|||||||
"prefix for old micro IBM_ options")
|
"prefix for old micro IBM_ options")
|
||||||
#endif /* MICRO */
|
#endif /* MICRO */
|
||||||
#if !defined(NO_VERBOSE_GRANULARITY)
|
#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")
|
"suppress verbose messages")
|
||||||
#endif
|
#endif
|
||||||
#undef NoAlias
|
#undef NoAlias
|
||||||
|
|||||||
Reference in New Issue
Block a user