From 6b559d06f0f938e86ca4c2d94e5b09c2d4acb7f9 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Wed, 6 Jan 2016 04:41:57 +0200 Subject: [PATCH] Redraw map when hilite_pile is toggled --- doc/fixes36.1 | 1 + src/options.c | 1 + 2 files changed, 2 insertions(+) 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 -- 2.50.1