summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@thorium.homeunix.org>2009-11-08 15:57:39 +0300
committerVsevolod Kozlov <zaba@thorium.homeunix.org>2009-11-08 15:57:39 +0300
commit5d78f4fbac5120ebee12c73624ded022abc3c933 (patch)
tree3094243a75f6b986c1677a4913e17f1d4eba8dfe /crawl-ref/source/mon-util.h
parentd43819dd4146ff9efa63da5bfdfd3995adb37a68 (diff)
downloadcrawl-ref-5d78f4fbac5120ebee12c73624ded022abc3c933.tar.gz
crawl-ref-5d78f4fbac5120ebee12c73624ded022abc3c933.zip
Replace mons_cannot_act with monsters::cannot_act.
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index f8b499208f..b346c93d99 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -664,7 +664,6 @@ bool invalid_monster_type(monster_type mt);
bool invalid_monster_index(int i);
bool monster_shover(const monsters *m);
-bool mons_cannot_act(const monsters *m);
bool monster_senior(const monsters *first, const monsters *second,
bool fleeing = false);