summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-25 15:22:27 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-25 15:22:27 +0000
commitf817284d0e2c5657fb883f57430ed888ed7ac248 (patch)
tree1ec33d3450ade91fb08b7e903efaef7481ede8d2 /crawl-ref/source/view.h
parente11f6ceb8c6fcd91d774303208ae1818428524db (diff)
downloadcrawl-ref-f817284d0e2c5657fb883f57430ed888ed7ac248.tar.gz
crawl-ref-f817284d0e2c5657fb883f57430ed888ed7ac248.zip
Branch entry vaults now respect DEPTH: declarations so you can put tough branch entries deeper.
Detect creatures no longer clears the level map of detected items. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1366 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index 52bc2dd1f1..099f39e48e 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -108,7 +108,7 @@ void setLOSRadius(int newLR);
* *********************************************************************** */
bool check_awaken(int mons_aw);
-void clear_map();
+void clear_map(bool clear_items = true, bool clear_mons = true);
bool is_feature(int feature, int x, int y);