From: Pasi Kallinen Date: Wed, 6 Jan 2016 02:41:57 +0000 (+0200) Subject: Redraw map when hilite_pile is toggled X-Git-Tag: NetHack-3.6.1_RC01~1064^2~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b559d06f0f938e86ca4c2d94e5b09c2d4acb7f9;p=nethack Redraw map when hilite_pile is toggled --- diff --git a/doc/fixes36.1 b/doc/fixes36.1 index ab6ab16d7..eae8a53ff 100644 --- a/doc/fixes36.1 +++ b/doc/fixes36.1 @@ -91,6 +91,7 @@ allow moving cursor to monsters with 'm' and 'M' when asked for map location fix death reason when eating tainted glob of (not corpse) use appropriate place name for drum of earthquake shakes fix unmapped branch stairs on sokoban level +redraw map when hilite_pile is toggled to display the highlighting Platform- and/or Interface-Specific Fixes diff --git a/src/options.c b/src/options.c index 3e923e046..11a26c074 100644 --- a/src/options.c +++ b/src/options.c @@ -3384,6 +3384,7 @@ boolean tinitial, tfrom_file; need_redraw = TRUE; /* darkroom refresh */ } else if ((boolopt[i].addr) == &iflags.use_inverse || (boolopt[i].addr) == &flags.showrace + || (boolopt[i].addr) == &iflags.hilite_pile || (boolopt[i].addr) == &iflags.hilite_pet) { need_redraw = TRUE; #ifdef TEXTCOLOR