summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-08-27 00:48:26 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-08-27 00:48:26 +0200
commitc086f60cd87777a410498bf9690d71cd56b670ac (patch)
tree4b38cb11a9c6c8ee8c6b55841f83013636d656d8 /crawl-ref/source/mon-pick.h
parenta4cafc8eb2c70a0fbefde91bd49f8c65e4e3b292 (diff)
downloadcrawl-ref-c086f60cd87777a410498bf9690d71cd56b670ac.tar.gz
crawl-ref-c086f60cd87777a410498bf9690d71cd56b670ac.zip
Don't pretend pick_monster_no_rarity() uses depth, either.
Diffstat (limited to 'crawl-ref/source/mon-pick.h')
-rw-r--r--crawl-ref/source/mon-pick.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-pick.h b/crawl-ref/source/mon-pick.h
index d58c10d693..509b183f3b 100644
--- a/crawl-ref/source/mon-pick.h
+++ b/crawl-ref/source/mon-pick.h
@@ -14,7 +14,7 @@
int mons_rarity(monster_type mcls, branch_type branch);
int mons_level(monster_type mcls, branch_type branch);
-monster_type pick_monster_no_rarity(const level_id &place);
+monster_type pick_monster_no_rarity(branch_type branch);
bool branch_has_monsters(branch_type branch);
void debug_monpick();