'showvers' vs 'O'

Don't include the new 'showvers' option in the short 'O' menu.

optlist.h doesn't start with the usual line with substitutable fields
but I haven't attempted to amend that.
This commit is contained in:
PatR
2024-02-29 13:05:54 -08:00
parent 121cf75d39
commit 193085d2e3

View File

@@ -641,7 +641,7 @@ static int optfn_##a(int, int, boolean, char *, char *);
Off, Yes, No, No, NoAlias, (boolean *) 0, Term_False,
(char *)0)
#endif
NHOPTB(showvers, Status, 0, opt_in, set_in_game,
NHOPTB(showvers, Advanced, 0, opt_in, set_in_game,
Off, Yes, No, No, NoAlias, &flags.showvers, Term_False,
"show version info on status line")
NHOPTB(silent, Advanced, 0, opt_out, set_in_game,
@@ -887,4 +887,4 @@ static int optfn_##a(int, int, boolean, char *, char *);
/* clang-format on */
#endif /* NHOPT_PROTO || NHOPT_ENUM || NHOPT_PARSE */
/* end of optlist */
/*optlist.h*/