summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tag-version.h
diff options
context:
space:
mode:
authorSage <SageBasilMint@gmail.com>2014-02-23 19:44:08 -0800
committerSage <SageBasilMint@gmail.com>2014-02-24 00:28:14 -0800
commitf96493971ec1434102137436dcbd87d52a11b2a2 (patch)
tree4272ad777405926e9c4be99a92663b555867c7a4 /crawl-ref/source/tag-version.h
parent4695f106a8286f70bfe2320bfebbf0d695330171 (diff)
downloadcrawl-ref-f96493971ec1434102137436dcbd87d52a11b2a2.tar.gz
crawl-ref-f96493971ec1434102137436dcbd87d52a11b2a2.zip
Repair save compatibility break from book identification patch.
Whoops.
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 c9557362b3..7bb8901575 100644
--- a/crawl-ref/source/tag-version.h
+++ b/crawl-ref/source/tag-version.h
@@ -80,6 +80,7 @@ enum tag_minor_version
TAG_MINOR_EVENT_TIMERS, // "Every 20 turn" effects are less determinstic.
TAG_MINOR_EVENT_TIMER_FIX, // Correct event timers in transferred games
TAG_MINOR_MONINFO_ENERGY, // Energy usage in monster_info
+ TAG_MINOR_BOOK_ID, // Track spellbooks you've identified
#endif
NUM_TAG_MINORS,
TAG_MINOR_VERSION = NUM_TAG_MINORS - 1