summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/maps.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-14 21:16:02 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-14 21:16:02 +0000
commit4945a9f2237f995c2c5c6c4af7c87f5b8b671505 (patch)
tree4a3e6b909ba8ae8b8b0d4f0ca45f6f4aeef351be /crawl-ref/source/maps.h
parent9107fb11dd11cf7bfac75659a1870e8e4dabe91c (diff)
downloadcrawl-ref-4945a9f2237f995c2c5c6c4af7c87f5b8b671505.tar.gz
crawl-ref-4945a9f2237f995c2c5c6c4af7c87f5b8b671505.zip
Backport Darshan's vault placement fixes into 0.5.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@10214 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