summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/maps.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-14 12:49:16 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-14 12:49:16 +0000
commit432a476393eaf11088b9859592a1993df292228c (patch)
treeda2145970ab266083fe8cc96e8e10208c3ce8149 /crawl-ref/source/maps.h
parentfb79a7fe552ceb199fac5ee2b63b185ed30746e5 (diff)
downloadcrawl-ref-432a476393eaf11088b9859592a1993df292228c.tar.gz
crawl-ref-432a476393eaf11088b9859592a1993df292228c.zip
Fix bug that prevented the random placement of minivaults (syllogism)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10211 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 7068f3eec4..753413957a 100644
--- a/crawl-ref/source/maps.h
+++ b/crawl-ref/source/maps.h
@@ -64,7 +64,7 @@ typedef std::vector<coord_def> point_vector;
extern map_place_check_t map_place_valid;
extern point_vector map_anchor_points;
-const int MAP_CACHE_VERSION = 1009;
+const int MAP_CACHE_VERSION = 1010;
#ifdef DEBUG_DIAGNOSTICS