follow-up - Change the terminology in mO menu

This commit is contained in:
nhmall
2023-02-08 00:06:56 -05:00
parent 08404ddac3
commit 6cc35abba3
2 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ enum OptSection {
OptS_General, OptS_Behavior, OptS_Map, OptS_Status, OptS_Advanced
};
enum menu_terminology_preference {
Term_False, Term_Off, Term_Disabled, num_terms
Term_False, Term_Off, Term_Disabled, Term_Excluded, num_terms
};
struct allopt_t {
@@ -667,7 +667,7 @@ static int optfn_##a(int, int, boolean, char *, char *);
Off, Yes, No, No, NoAlias, &iflags.voices, Term_Off)
#else
NHOPTB(voices, Advanced, 0, opt_in, set_gameview,
Off, Yes, No, No, NoAlias, &iflags.voices, Term_Disabled)
Off, Yes, No, No, NoAlias, &iflags.voices, Term_Excluded)
#endif
#ifdef TTY_TILES_ESCCODES
NHOPTB(vt_tiledata, Advanced, 0, opt_in, set_in_config,