summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index f56c16776d..fb8d836261 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -1521,7 +1521,7 @@ static void _input()
you.turn_is_over = false;
_prep_input();
- fire_monster_alerts();
+ update_monsters_in_view();
const bool player_feels_safe = i_feel_safe();