summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-behv.h
diff options
context:
space:
mode:
authorHaran Pilpel <haranp@users.sourceforge.net>2010-01-15 11:08:31 +0200
committerHaran Pilpel <haranp@users.sourceforge.net>2010-01-15 11:08:31 +0200
commit03588849963bb625e961f4f256ed5f4fa0ed6cb3 (patch)
treec4372d8a4f2619f87a0a4d8ce1ff68372610641c /crawl-ref/source/mon-behv.h
parent317d05294c07c9ccca0f3682c39269cb8f8de938 (diff)
downloadcrawl-ref-03588849963bb625e961f4f256ed5f4fa0ed6cb3.tar.gz
crawl-ref-03588849963bb625e961f4f256ed5f4fa0ed6cb3.zip
Merge Firing and Aim lines, per dcss:messagespam.
Diffstat (limited to 'crawl-ref/source/mon-behv.h')
-rw-r--r--crawl-ref/source/mon-behv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-behv.h b/crawl-ref/source/mon-behv.h
index 9f3001657a..fc12f95425 100644
--- a/crawl-ref/source/mon-behv.h
+++ b/crawl-ref/source/mon-behv.h
@@ -37,8 +37,6 @@ void set_random_target(monsters* mon);
void make_mons_leave_level(monsters *mon);
-bool message_current_target(void);
-
bool monster_can_hit_monster(monsters *monster, const monsters *targ);
bool mons_avoids_cloud(const monsters *monster, cloud_type cl_type,