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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/crawl-ref/source/tags.h b/crawl-ref/source/tags.h
index 0b7bbdc4d4..101be56949 100644
--- a/crawl-ref/source/tags.h
+++ b/crawl-ref/source/tags.h
@@ -45,13 +45,12 @@ enum tag_major_version
};
// Minor version will be reset to zero when major version changes.
-// Tags are checked with >=, so a minor version of 11 would logically include
-// the dungeon Lua changes.
enum tag_minor_version
{
TAG_MINOR_RESET = 0, // Minor tags were reset
TAG_MINOR_DISEASE = 1, // you.disease changed to an integer
- TAG_MINOR_VERSION = 1 // Current version. (Keep equal to max.)
+ TAG_MINOR_MAPCELL_NOCOLOUR = 2, // map_cell::colour removed
+ TAG_MINOR_VERSION = 2 // Current version. (Keep equal to max.)
};
struct enum_info