summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-11-25 03:04:19 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-11-25 03:09:50 +0100
commitf337e59f1d4aa634241b3cf938ae6fda1d0b47af (patch)
treecafe3eb593f07e9b3fe664c06ba9d38baac3e5b5 /crawl-ref/source/mon-pick.h
parent9b633406dae7989a0c145acbdc390a73f6d2eaa0 (diff)
downloadcrawl-ref-f337e59f1d4aa634241b3cf938ae6fda1d0b47af.tar.gz
crawl-ref-f337e59f1d4aa634241b3cf938ae6fda1d0b47af.zip
Don't recompile world when random-pick.h gets changed.
Also, drop one copy of monster distribution data.
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 c8932b12c8..0ce797ec99 100644
--- a/crawl-ref/source/mon-pick.h
+++ b/crawl-ref/source/mon-pick.h
@@ -25,8 +25,8 @@ monster_type pick_monster_from(const pop_entry *fpop, int depth,
monster_type pick_monster_no_rarity(branch_type branch);
monster_type pick_monster_by_hash(branch_type branch, uint32_t hash);
monster_type pick_monster_all_branches(int absdepth0, mon_pick_vetoer veto = nullptr);
-bool branch_has_monsters(branch_type branch);
int branch_ood_cap(branch_type branch);
+const pop_entry* fish_population(branch_type br, bool lava);
void debug_monpick();