From f40a57bf2ed015c5e1489c966987878f3d62d450 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 3 May 2009 16:54:15 +0000 Subject: Replace a few more calls of seen_monster with handle_seen_interrupt, just in case. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9726 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/monspeak.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/monspeak.cc') 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); } } -- cgit v1.2.3-54-g00ecf