summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tag-version.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-11-24 21:22:54 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-11-24 21:25:09 +0100
commit2260632073def0d76aad51044e05c8a85671ff02 (patch)
tree4fb0a9b2ca3d9a075834fcc820f8ad6bfece86f9 /crawl-ref/source/tag-version.h
parentc82e013c2e62fc888853a4fcf6d0ef8ed692f9b1 (diff)
downloadcrawl-ref-2260632073def0d76aad51044e05c8a85671ff02.tar.gz
crawl-ref-2260632073def0d76aad51044e05c8a85671ff02.zip
Give evokeable abilities more enum room.
Diffstat (limited to 'crawl-ref/source/tag-version.h')
-rw-r--r--crawl-ref/source/tag-version.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/tag-version.h b/crawl-ref/source/tag-version.h
index 21637b4bd0..30e4202f62 100644
--- a/crawl-ref/source/tag-version.h
+++ b/crawl-ref/source/tag-version.h
@@ -71,6 +71,7 @@ enum tag_minor_version
TAG_MINOR_ABYSS_BRANCHES, // Spawn abyss monsters from other branches.
TAG_MINOR_BRANCH_ENTRY, // Store branch entry point (rather than just depth).
TAG_MINOR_16_BIT_TABLE, // Increase the limit for CrawlVector/HashTable to 65535.
+ TAG_MINOR_ABIL_1000, // Start god ability enums at 1000.
#endif
NUM_TAG_MINORS,
TAG_MINOR_VERSION = NUM_TAG_MINORS - 1