@@ -1007,8 +1007,7 @@ enum verbosity_values {
|
||||
vb3hit = 0x01000000,
|
||||
vb3miss = 0x02000000,
|
||||
vb3makewish = 0x04000000,
|
||||
vb3prinv = 0x08000000,
|
||||
/* 3 available bits*/
|
||||
/* 4 available bits*/
|
||||
|
||||
vb4do_attack = 0x00000001,
|
||||
vb4known_hitum = 0x00000002,
|
||||
|
||||
@@ -738,11 +738,9 @@ static int optfn_##a(int, int, boolean, char *, char *);
|
||||
(char *)0)
|
||||
NHOPTC(vary_msgcount, Advanced, 20, opt_in, set_gameview,
|
||||
No, Yes, No, No, NoAlias, "show more old messages at a time")
|
||||
#if defined(NO_VERBOSE_GRANULARITY)
|
||||
NHOPTB(verbose, Advanced, 0, opt_out, set_in_game,
|
||||
On, Yes, No, No, NoAlias, &flags.verbose, Term_False,
|
||||
(char *)0)
|
||||
#endif
|
||||
#ifdef MSDOS
|
||||
NHOPTC(video, Advanced, 20, opt_in, set_in_config,
|
||||
No, Yes, No, No, NoAlias, "method of video updating")
|
||||
@@ -835,10 +833,7 @@ static int optfn_##a(int, int, boolean, char *, char *);
|
||||
NHOPTP(IBM_, Advanced, 0, opt_in, set_hidden,
|
||||
No, No, Yes, No, NoAlias, "prefix for old micro IBM_ options")
|
||||
#endif /* MICRO */
|
||||
#if !defined(NO_VERBOSE_GRANULARITY)
|
||||
NHOPTP(verbose, Advanced, 0, opt_out, set_in_game,
|
||||
Yes, Yes, Yes, Yes, NoAlias, "suppress verbose messages")
|
||||
#endif
|
||||
|
||||
#undef NoAlias
|
||||
#undef NHOPTB
|
||||
#undef NHOPTC
|
||||
|
||||
Reference in New Issue
Block a user