summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-act.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-act.cc')
-rw-r--r--crawl-ref/source/mon-act.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-act.cc b/crawl-ref/source/mon-act.cc
index 77077548b6..4d49b7f266 100644
--- a/crawl-ref/source/mon-act.cc
+++ b/crawl-ref/source/mon-act.cc
@@ -2080,6 +2080,7 @@ void handle_monsters()
const coord_def oldpos = monster->pos();
+ monster->update_los();
_handle_monster_move(monster);
if (!invalid_monster(monster) && monster->pos() != oldpos)