From 351147f56190d73b347c906e6ab30ddf30387a68 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Mon, 4 Jan 2010 13:31:34 +0100 Subject: Track all seen weapon/armour base types and their brands, for acq purposes. --- crawl-ref/source/tags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/tags.h') 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 -- cgit v1.2.3-54-g00ecf