]> granicus.if.org Git - nethack/commitdiff
Redraw map when hilite_pile is toggled
authorPasi Kallinen <paxed@alt.org>
Wed, 6 Jan 2016 02:41:57 +0000 (04:41 +0200)
committerPasi Kallinen <paxed@alt.org>
Wed, 6 Jan 2016 02:41:57 +0000 (04:41 +0200)
doc/fixes36.1
src/options.c

index ab6ab16d79aebe4d30865670a819e734070c4b33..eae8a53ff150ef056443487ce7b5af9d922d65ef 100644 (file)
@@ -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 <monster> (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
index 3e923e046033a59f2242cdbff3d38def4c96255d..11a26c07479599701eade5eb8622f97ae35caad0 100644 (file)
@@ -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