summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/place.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-30 17:18:31 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-30 17:18:31 +0000
commit2d3f243d6828ab20789b6b95dc501806f903b927 (patch)
treeed5a2df8de1dc4670e6f8d6249def1a89f4c136c /crawl-ref/source/place.h
parente2179589b89a1d9786aa3111286af81878d21219 (diff)
downloadcrawl-ref-2d3f243d6828ab20789b6b95dc501806f903b927.tar.gz
crawl-ref-2d3f243d6828ab20789b6b95dc501806f903b927.zip
Fixed regex escapes for "." stash search.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2266 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/place.h')
-rw-r--r--crawl-ref/source/place.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/place.h b/crawl-ref/source/place.h
index b2bbc0f2b9..078db1f571 100644
--- a/crawl-ref/source/place.h
+++ b/crawl-ref/source/place.h
@@ -50,5 +50,6 @@ bool single_level_branch(branch_type branch);
bool level_type_exits_up(level_area_type type);
bool level_type_exits_down(level_area_type type);
bool level_type_allows_followers(level_area_type type);
+bool level_type_is_stash_trackable(level_area_type type);
#endif