summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tags.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-01-04 13:31:34 +0100
committerAdam Borowski <kilobyte@angband.pl>2010-01-04 13:34:04 +0100
commit351147f56190d73b347c906e6ab30ddf30387a68 (patch)
treeffbf967d96fdb76ca17e5c8ee728f7400d888105 /crawl-ref/source/tags.h
parent21e755bcfd70b2683ada62dfdb6cd67695db0f7a (diff)
downloadcrawl-ref-351147f56190d73b347c906e6ab30ddf30387a68.tar.gz
crawl-ref-351147f56190d73b347c906e6ab30ddf30387a68.zip
Track all seen weapon/armour base types and their brands, for acq purposes.
Diffstat (limited to 'crawl-ref/source/tags.h')
-rw-r--r--crawl-ref/source/tags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tags.h b/crawl-ref/source/tags.h
index bc5045bec8..dd04e1df0e 100644
--- a/crawl-ref/source/tags.h
+++ b/crawl-ref/source/tags.h
@@ -47,7 +47,7 @@ enum tag_major_version
enum tag_minor_version
{
TAG_MINOR_RESET = 0, // Minor tags were reset
- TAG_MINOR_VERSION = 0 // Current version. (Keep equal to max.)
+ TAG_MINOR_VERSION = 1 // Current version. (Keep equal to max.)
};
struct enum_info