From 21cfdbc39885c510cf562bbd86f5f29cf8e38b3d Mon Sep 17 00:00:00 2001 From: dshaligram Date: Wed, 26 Nov 2008 18:34:19 +0000 Subject: Attempt to place ziggurat loot vault inside the ziggurat. If the vault doesn't fit, we fall back to generating the loot in the open. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7639 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mapmark.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/mapmark.h') diff --git a/crawl-ref/source/mapmark.h b/crawl-ref/source/mapmark.h index a0d9a8edaa..67b2c23f75 100644 --- a/crawl-ref/source/mapmark.h +++ b/crawl-ref/source/mapmark.h @@ -26,6 +26,8 @@ class writer; bool marker_vetoes_operation(const char *op); bool feature_marker_at(const coord_def &pos, dungeon_feature_type feat); +const coord_def find_marker_prop(const std::string &prop, + const std::string &expected = ""); class map_marker { -- cgit v1.2.3-54-g00ecf