summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monspeak.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monspeak.cc')
-rw-r--r--crawl-ref/source/monspeak.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monspeak.cc b/crawl-ref/source/monspeak.cc
index 7c61f323bf..07e284fd19 100644
--- a/crawl-ref/source/monspeak.cc
+++ b/crawl-ref/source/monspeak.cc
@@ -809,7 +809,7 @@ bool mons_speaks_msg(monsters *monster, const std::string &msg,
else
{
if (you.can_see(monster))
- seen_monster(monster);
+ handle_seen_interrupt(monster);
mpr(line.c_str(), msg_type);
}
}