summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/view.cc')
-rw-r--r--crawl-ref/source/view.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/view.cc b/crawl-ref/source/view.cc
index 9ebb400a95..fa46b023f5 100644
--- a/crawl-ref/source/view.cc
+++ b/crawl-ref/source/view.cc
@@ -5336,6 +5336,9 @@ void viewwindow(bool draw_it, bool do_updates)
const coord_def sep = ep - coord_def(1,1);
#endif
+ if (in_bounds(gc) && see_grid(gc) && is_exclude_root(gc))
+ maybe_remove_autoexclusion(gc);
+
// Print tutorial messages for features in LOS.
if (Options.tutorial_left
&& in_bounds(gc)