summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/maps.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-30 23:19:16 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-30 23:23:59 +1000
commitc5ae9840ae67e1f2a7dee0edcd6a63c5768fcdf6 (patch)
tree46bd8e0e46cbb3a522d68fe0127e7194eb3a50b1 /crawl-ref/source/maps.h
parent6f06963cd90a07d112d7a41e057f8076e250d28c (diff)
downloadcrawl-ref-c5ae9840ae67e1f2a7dee0edcd6a63c5768fcdf6.tar.gz
crawl-ref-c5ae9840ae67e1f2a7dee0edcd6a63c5768fcdf6.zip
Revert "Convert dgn.set_border_fill_type to BORDER."
This reverts commit 941444076c26e5e5149c6368a4261d60842fe3ec. After consultation with Enne, this doesn't really fix the issue, and is therefore superfluous.
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 37f0f22841..c05d5515b5 100644
--- a/crawl-ref/source/maps.h
+++ b/crawl-ref/source/maps.h
@@ -66,7 +66,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 = 1012;
+const int MAP_CACHE_VERSION = 1011;
#ifdef DEBUG_DIAGNOSTICS