summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/terrain.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-03-05 12:02:11 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-03-05 12:12:54 -0700
commit97a2a5a1ae52529d29dd370141593012f0bb0894 (patch)
treef7265ccf0569640064c9757b51113717da77dd6b /crawl-ref/source/terrain.cc
parent3517332a41d149cfe3bcad3e934e159bd4795d1a (diff)
downloadcrawl-ref-97a2a5a1ae52529d29dd370141593012f0bb0894.tar.gz
crawl-ref-97a2a5a1ae52529d29dd370141593012f0bb0894.zip
Add some more room for altar enums on TAG_MAJOR_VERSION > 34.
We have a lot of proposed deity concepts floating around; surely at least one of them will reach a usable state by the time we need these enums. With nineteen current gods and eight enums, that's space for 27...
Diffstat (limited to 'crawl-ref/source/terrain.cc')
-rw-r--r--crawl-ref/source/terrain.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/terrain.cc b/crawl-ref/source/terrain.cc
index 1d0a89aeec..e7c6809764 100644
--- a/crawl-ref/source/terrain.cc
+++ b/crawl-ref/source/terrain.cc
@@ -1634,6 +1634,9 @@ static const char *dngn_feature_names[] =
"altar_nemelex_xobeh", "altar_elyvilon", "altar_lugonu",
"altar_beogh", "altar_jiyva", "altar_fedhas", "altar_cheibriados",
"altar_ashenzari", "altar_dithmenos",
+#if TAG_MAJOR_VERSION > 34
+"", "", "", "", "", "", "", "",
+#endif
"fountain_blue", "fountain_sparkling", "fountain_blood",
#if TAG_MAJOR_VERSION == 34