summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tag-version.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-05-26 22:39:22 -0400
committerNeil Moore <neil@s-z.org>2014-05-26 22:42:13 -0400
commit48b52eb32c4f1c0e7540910859bff149e9c4791d (patch)
tree8969d019890894c0f952a565aa9087f803310c25 /crawl-ref/source/tag-version.h
parent8b3ed72c90b7b45a66457868aa324931a31c304f (diff)
downloadcrawl-ref-48b52eb32c4f1c0e7540910859bff149e9c4791d.tar.gz
crawl-ref-48b52eb32c4f1c0e7540910859bff149e9c4791d.zip
Correctly carry over old fruit autopickup.
Use a new tag because there may be incorrectly transferred saves that forgot their old fruit pickup setting.
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 d389e38bb0..8b56d178ac 100644
--- a/crawl-ref/source/tag-version.h
+++ b/crawl-ref/source/tag-version.h
@@ -103,6 +103,7 @@ enum tag_minor_version
TAG_MINOR_ROT_IMMUNITY, // Make rot immunity an intrinsic mutation.
TAG_MINOR_FOUL_STENCH, // Remove Saprovore from the Foul Stench DS Facet
TAG_MINOR_FOOD_PURGE, // Cleaning up old types of food.
+ TAG_MINOR_FOOD_PURGE_AP_FIX, // Correctly carry over old fruit autopickup.
#endif
NUM_TAG_MINORS,
TAG_MINOR_VERSION = NUM_TAG_MINORS - 1