summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/maps.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-25 01:01:34 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-25 01:01:34 +0000
commit25827049ebef8e9335375d01a5c77468bd9a3b08 (patch)
tree3625d296a964a7af9e6e249f45e8f84b88fe9a85 /crawl-ref/source/maps.h
parentf53c0fd020b3619b8488f23793c08fd39c160f29 (diff)
downloadcrawl-ref-25827049ebef8e9335375d01a5c77468bd9a3b08.tar.gz
crawl-ref-25827049ebef8e9335375d01a5c77468bd9a3b08.zip
Enable vault generation for non-LEVEL_DUNGEON levels, make ziggurat eligible for random gen in main dungeon and Pan; still needs entry portal timing/charging fixes, and ziggurat builder is still incomplete.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7601 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/maps.h')
-rw-r--r--crawl-ref/source/maps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/maps.h b/crawl-ref/source/maps.h
index faaeed594f..9ff81cfbf8 100644
--- a/crawl-ref/source/maps.h
+++ b/crawl-ref/source/maps.h
@@ -55,7 +55,7 @@ extern depth_ranges lc_default_depths;
extern dlua_chunk lc_global_prelude;
extern bool lc_run_global_prelude;
-const int MAP_CACHE_VERSION = 1008;
+const int MAP_CACHE_VERSION = 1009;
#ifdef DEBUG_DIAGNOSTICS