From 8472752a584308d3d300906a230bae4bdf67445f Mon Sep 17 00:00:00 2001 From: zelgadis Date: Thu, 11 Oct 2007 05:04:23 +0000 Subject: 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 --- crawl-ref/source/place.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/place.h') 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, -- cgit v1.2.3-54-g00ecf