summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/maps.h
diff options
context:
space:
mode:
authorDarshan Shaligram <dshaligram@users.sourceforge.net>2010-12-24 22:49:33 +0530
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2010-12-24 22:49:33 +0530
commit79ded102a18278ab152b03d1e0860122baeb0401 (patch)
tree533029b71ef8e33c69c9a9fb175a2c38729d6317 /crawl-ref/source/maps.h
parent2cc57573dbdc645394b41b16702729b81c41ecbd (diff)
downloadcrawl-ref-79ded102a18278ab152b03d1e0860122baeb0401.tar.gz
crawl-ref-79ded102a18278ab152b03d1e0860122baeb0401.zip
Fix doubles being passed to %d format strings in level compiler (Zaba).
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 d75a5fe043..ea9ee33293 100644
--- a/crawl-ref/source/maps.h
+++ b/crawl-ref/source/maps.h
@@ -90,7 +90,7 @@ extern point_vector map_anchor_points;
// Use dgn_map_parameters to modify:
extern string_vector map_parameters;
-const int MAP_CACHE_VERSION = 1016;
+const int MAP_CACHE_VERSION = 1017;
class dgn_map_parameters
{