summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/place.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-11 05:04:23 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-11 05:04:23 +0000
commit8472752a584308d3d300906a230bae4bdf67445f (patch)
tree91a082d9e6f4b2f0a67f599b8287c6b3caffaaf8 /crawl-ref/source/place.h
parent37bace0de351260e14b6e1102e2f8f101d2bb162 (diff)
downloadcrawl-ref-8472752a584308d3d300906a230bae4bdf67445f.tar.gz
crawl-ref-8472752a584308d3d300906a230bae4bdf67445f.zip
Oops, was using UNIQ_LOST_IN_ABYSS wrongly.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2420 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/place.h')
-rw-r--r--crawl-ref/source/place.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/place.h b/crawl-ref/source/place.h
index 078db1f571..f62f0b57b9 100644
--- a/crawl-ref/source/place.h
+++ b/crawl-ref/source/place.h
@@ -25,6 +25,8 @@ unsigned short get_packed_place( branch_type branch, int subdepth,
int place_branch(unsigned short place);
int place_depth(unsigned short place);
+int place_type(unsigned short place);
+
std::string short_place_name(unsigned short place);
std::string short_place_name(level_id id);
std::string place_name( unsigned short place, bool long_name = false,