summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/maps.h
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@wybt.net>2010-11-25 19:55:29 +0300
committerVsevolod Kozlov <zaba@wybt.net>2010-11-25 19:55:29 +0300
commit3a1f44834a77762edbbf7740f324bdd48e13b52d (patch)
treeee8879a185c286124fd1c142eeca8f4454469cb1 /crawl-ref/source/maps.h
parent4aa9c18a27b2ced57fcd0c0755c9eba77df4a48e (diff)
downloadcrawl-ref-3a1f44834a77762edbbf7740f324bdd48e13b52d.tar.gz
crawl-ref-3a1f44834a77762edbbf7740f324bdd48e13b52d.zip
Remove rune_subst; bump save major version, map cache version; clean up after version bump.
This is rather large, but rune_subst was in the saves, and I decided it was cleaner to bump the major version than the minor one. This updates enum.h. I apologize for the inconvenience. This might have broken something, but the previous changes to .des files should have taken care of that.
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 923f0abc62..c9ae59d187 100644
--- a/crawl-ref/source/maps.h
+++ b/crawl-ref/source/maps.h
@@ -89,7 +89,7 @@ extern point_vector map_anchor_points;
// Use dgn_map_parameters to modify:
extern string_vector map_parameters;
-const int MAP_CACHE_VERSION = 1014;
+const int MAP_CACHE_VERSION = 1015;
class dgn_map_parameters
{