Move bgcolors option to the map section

This commit is contained in:
Pasi Kallinen
2023-04-17 17:07:23 +03:00
parent 0ac9309e1e
commit 945e65a19f

View File

@@ -180,7 +180,7 @@ static int optfn_##a(int, int, boolean, char *, char *);
NHOPTC(autounlock, Behavior, 80, opt_out, set_in_game,
Yes, Yes, No, Yes, NoAlias,
"action to take when encountering locked door or chest")
NHOPTB(bgcolors, Behavior, 0, opt_out, set_in_game,
NHOPTB(bgcolors, Map, 0, opt_out, set_in_game,
On, Yes, No, No, NoAlias, &iflags.bgcolors, Term_Off,
"use background color for some map hilighting")
NHOPTO("bind keys", Advanced, o_bind_keys, BUFSZ, opt_in, set_in_game,