summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/view.cc b/crawl-ref/source/view.cc
index 1ac2a47d78..9156ea8ca3 100644
--- a/crawl-ref/source/view.cc
+++ b/crawl-ref/source/view.cc
@@ -1636,7 +1636,7 @@ void viewwindow(bool draw_it, bool do_updates)
env.show.init();
- monster_grid(true);
+ monster_grid(do_updates);
#ifdef USE_TILE
tile_draw_rays(true);