summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-10-23 09:04:57 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-10-24 00:30:34 +0200
commit36a65b26fc6affe049e29e08ba4f3f1d344ad59e (patch)
treed86cddf37b70acefafb1edce6aa2272bc4c72b9b /crawl-ref/source/mon-util.h
parentde479db4a7f70acf76c439632149ee7ffd32728b (diff)
downloadcrawl-ref-36a65b26fc6affe049e29e08ba4f3f1d344ad59e.tar.gz
crawl-ref-36a65b26fc6affe049e29e08ba4f3f1d344ad59e.zip
Inline.
Really, that blink/jump hack should go.
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index ee53e791b2..edc821ad01 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -284,7 +284,6 @@ monster_type mons_zombie_base(const monster* mon);
bool mons_class_is_zombified(monster_type mc);
bool mons_class_is_hybrid(monster_type mc);
bool mons_class_is_chimeric(monster_type mc);
-bool mons_class_is_jumpy(monster_type mc);
bool mons_class_is_clingy(monster_type mc);
bool mons_class_is_animated_weapon(monster_type type);
monster_type mons_base_type(const monster* mon);
@@ -393,7 +392,6 @@ bool cheibriados_thinks_mons_is_fast(const monster* mon);
bool mons_is_projectile(monster_type mc);
bool mons_is_projectile(const monster* mon);
bool mons_is_boulder(const monster* mon);
-bool mons_is_jumpy(const monster* mon);
bool mons_can_cling_to_walls(const monster* mon);
bool mons_is_object(monster_type mc);
bool mons_has_blood(monster_type mc);