set g.opt_need_redraw on ingame cond_foo change

This commit is contained in:
nhmall
2020-02-08 21:38:14 -05:00
parent 4d42d44c02
commit 5e0c668e83

View File

@@ -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)