Move showdamage to Advanced options

This commit is contained in:
Pasi Kallinen
2024-04-07 17:19:25 +03:00
parent 712a735111
commit 0c29f88d0e
+1 -1
View File
@@ -634,7 +634,7 @@ static int optfn_##a(int, int, boolean, char *, char *);
NHOPTB(selectsaved, Advanced, 0, opt_out, set_in_config, NHOPTB(selectsaved, Advanced, 0, opt_out, set_in_config,
On, Yes, No, No, NoAlias, &iflags.wc2_selectsaved, Term_False, On, Yes, No, No, NoAlias, &iflags.wc2_selectsaved, Term_False,
(char *)0) (char *)0)
NHOPTB(showdamage, Status, 0, opt_in, set_in_game, NHOPTB(showdamage, Advanced, 0, opt_in, set_in_game,
Off, Yes, No, No, NoAlias, &iflags.showdamage, Term_False, Off, Yes, No, No, NoAlias, &iflags.showdamage, Term_False,
"show damage hero takes in message line") "show damage hero takes in message line")
NHOPTB(showexp, Status, 0, opt_in, set_in_game, NHOPTB(showexp, Status, 0, opt_in, set_in_game,