From 5e0c668e835921535244a2648603b948a57b8ab3 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 8 Feb 2020 21:38:14 -0500 Subject: [PATCH] set g.opt_need_redraw on ingame cond_foo change --- src/options.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/options.c b/src/options.c index 819d41409..0b258dbc3 100644 --- a/src/options.c +++ b/src/options.c @@ -4120,6 +4120,7 @@ boolean tinitial, tfrom_file; } if (!strncmpi(opts, "cond_", sizeof "cond_" - 1)) { condopt(boolopt[i].addr, negated); + g.opt_need_redraw = TRUE; } /* only do processing below if setting with doset() */ if (g.opt_initial)