summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-04 03:46:04 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-04 03:46:04 +0000
commitba61c9ea0ff447e24a9ad3f7f1b45160640c913b (patch)
treee3b233a5d44acae692c398e9653ab7ca76a5679d /crawl-ref/source/monstuff.h
parente2f74e90f41b7324f8b4e2fa880a1b32df131e68 (diff)
downloadcrawl-ref-ba61c9ea0ff447e24a9ad3f7f1b45160640c913b.tar.gz
crawl-ref-ba61c9ea0ff447e24a9ad3f7f1b45160640c913b.zip
Add rock wall to the habitats list (for rock worms), and move monster
classes' associated habitats into the monsterentry struct. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3182 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monstuff.h')
-rw-r--r--crawl-ref/source/monstuff.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/crawl-ref/source/monstuff.h b/crawl-ref/source/monstuff.h
index 80b9f7d5c3..31424a7254 100644
--- a/crawl-ref/source/monstuff.h
+++ b/crawl-ref/source/monstuff.h
@@ -144,13 +144,6 @@ void handle_monsters(void);
/* ***********************************************************************
- * called from: acr - bang - beam - direct - dungeon - fight - files -
- * monplace - mstuff2 - spells3 - view
- * *********************************************************************** */
-dungeon_feature_type monster_habitat(int which_class);
-
-
-/* ***********************************************************************
* called from: misc
* *********************************************************************** */
bool monster_descriptor(int which_class, unsigned char which_descriptor);