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.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index b66013059c..80019c23b0 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -809,11 +809,13 @@ bool apply_berserk_penalty = false;
This function handles the player's input. It's called from main(), from
inside an endless loop.
*/
-static void input() {
-
+static void input()
+{
you.turn_is_over = false;
prep_input();
+ fire_monster_alerts();
+
if ( you.paralysis )
{
world_reacts();