summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-05-15 14:37:29 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-05-15 14:55:40 -0600
commitca0822add27cfd9c9871abebb43b43a4f3bc93d7 (patch)
treea9591eddd99a0c052e3b9692352ad31952844f4c /crawl-ref/source/mapdef.h
parent41433f0fcd2501fbaf8c75c8e69c1ad75aa36d8d (diff)
downloadcrawl-ref-ca0822add27cfd9c9871abebb43b43a4f3bc93d7.tar.gz
crawl-ref-ca0822add27cfd9c9871abebb43b43a4f3bc93d7.zip
Make mini_float the default; add a no_exits tag instead.
There have been so many problems with minivaults not having exits that this is an easier solution than the alternative. You're still allowed to explicitly place exits, of course, in which case floating exits go away. There are a couple of other small tweaks to the level documentation here as well.
Diffstat (limited to 'crawl-ref/source/mapdef.h')
-rw-r--r--crawl-ref/source/mapdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mapdef.h b/crawl-ref/source/mapdef.h
index 4ba7cf1bdd..8108a284c1 100644
--- a/crawl-ref/source/mapdef.h
+++ b/crawl-ref/source/mapdef.h
@@ -1300,7 +1300,7 @@ private:
string rewrite_chunk_errors(const string &s) const;
string apply_subvault(string_spec &);
string validate_map_placeable();
- bool has_exit(bool &floating) const;
+ bool has_exit() const;
};
const int CHANCE_ROLL = 10000;