summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-12-15 22:34:55 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-12-15 23:16:43 +0100
commitf81fc34f7f4f4cab5ba1cc01ba8c0e96498574a4 (patch)
tree9912318671f72f26db66d7eb483dc3b63a1b7856 /crawl-ref/source/mon-util.h
parent02256d318a68bc0fed1949633981fc14d2f7147c (diff)
downloadcrawl-ref-f81fc34f7f4f4cab5ba1cc01ba8c0e96498574a4.tar.gz
crawl-ref-f81fc34f7f4f4cab5ba1cc01ba8c0e96498574a4.zip
Remove Mislead.
It was a pure interface screw, and even worse, required a large amount of support code that's a maintenance burden, causing crashes we need to fix from time to time.
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index 8e541b97b0..6ee7eb1d27 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -443,6 +443,7 @@ bool mons_is_immotile(const monster* mons);
int get_dist_to_nearest_monster();
bool monster_nearby();
+int count_mara_fakes();
actor *actor_by_mid(mid_t m);
monster *monster_by_mid(mid_t m);
bool mons_is_tentacle_head(monster_type mc);