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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user