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.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/view.cc b/crawl-ref/source/view.cc
index 48ebbcfbf0..57cd12825c 100644
--- a/crawl-ref/source/view.cc
+++ b/crawl-ref/source/view.cc
@@ -58,6 +58,7 @@
#include "monstuff.h"
#include "mon-util.h"
#include "newgame.h"
+#include "output.h"
#include "overmap.h"
#include "player.h"
#include "religion.h"
@@ -4747,6 +4748,7 @@ void viewwindow(bool draw_it, bool do_updates)
crawl_view.viewp.y + crawl_view.viewsz.y - 1,
buffy);
#endif
+ update_monster_pane();
}
}
} // end viewwindow()