From 4c4867d586961dbc2611ce4a3e7839808be93c65 Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 19 Aug 2026 07:16:57 -0400 Subject: [PATCH] map_mode may appear more than once without a gripe --- include/optlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/optlist.h b/include/optlist.h index 516d93e19..efb26982e 100644 --- a/include/optlist.h +++ b/include/optlist.h @@ -430,7 +430,7 @@ static int optfn_##a(int, int, boolean, char *, char *); On, Yes, No, No, NoAlias, &flags.biff, Term_False, "enable the mail daemon") NHOPTC(map_mode, Advanced, 20, opt_in, set_gameview, - Yes, Yes, No, No, NoAlias, "map display mode under Windows") + Yes, Yes, Yes, No, NoAlias, "map display mode under Windows") NHOPTB(mention_decor, Advanced, 0, opt_in, set_in_game, Off, Yes, No, No, NoAlias, &flags.mention_decor, Term_False, "give feedback when walking over interesting features")