summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tags.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tags.h')
-rw-r--r--crawl-ref/source/tags.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/tags.h b/crawl-ref/source/tags.h
index d0a28c2b6c..7cf59c42c9 100644
--- a/crawl-ref/source/tags.h
+++ b/crawl-ref/source/tags.h
@@ -47,6 +47,7 @@ enum tag_major_version
enum tag_minor_version
{
TAG_MINOR_RESET = 0, // Minor tags were reset
+ TAG_MINOR_SEEN_WEAPONS_ARMOUR = 1,
TAG_MINOR_BEHELD16 = 2, // Use correct type sizes for beholders
TAG_MINOR_VERSION = 2 // Current version. (Keep equal to max.)
};