summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-09-05 11:59:30 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-09-05 11:59:30 +0200
commitf6ea5cb561a1b49a3e3c21a140230d965d915a3b (patch)
tree82c7d0608562adcfcf43d8c783bf5ae6304809e5 /crawl-ref/source/mon-pick.h
parent3bc4743eecc820caf232faf9899e6284e07ed27c (diff)
downloadcrawl-ref-f6ea5cb561a1b49a3e3c21a140230d965d915a3b.tar.gz
crawl-ref-f6ea5cb561a1b49a3e3c21a140230d965d915a3b.zip
Rename mons_level() to mons_depth().
Rationale: http://www.giantitp.com/comics/oots0012.html
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 8921c41bd2..9995ae9010 100644
--- a/crawl-ref/source/mon-pick.h
+++ b/crawl-ref/source/mon-pick.h
@@ -12,7 +12,7 @@
#define DEPTH_NOWHERE 999
int mons_rarity(monster_type mcls, branch_type branch);
-int mons_level(monster_type mcls, branch_type branch);
+int mons_depth(monster_type mcls, branch_type branch);
monster_type pick_monster_no_rarity(branch_type branch);
monster_type pick_monster_by_hash(branch_type branch, uint32_t hash);