summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tags.h
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-14 03:50:17 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-14 03:50:17 -0800
commit704b61fedeafc27485cbe688b135b3f8ebd00955 (patch)
treee8e7663cd070b31c2b0d5f8189f6de1adb0d6e24 /crawl-ref/source/tags.h
parent843ae0761b1d04d05208b0a74d9d721e6ebbaeb5 (diff)
downloadcrawl-ref-704b61fedeafc27485cbe688b135b3f8ebd00955.tar.gz
crawl-ref-704b61fedeafc27485cbe688b135b3f8ebd00955.zip
Reset tag_minor_version to 0
Diffstat (limited to 'crawl-ref/source/tags.h')
-rw-r--r--crawl-ref/source/tags.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/crawl-ref/source/tags.h b/crawl-ref/source/tags.h
index fcab5d15ac..e7399bd705 100644
--- a/crawl-ref/source/tags.h
+++ b/crawl-ref/source/tags.h
@@ -49,20 +49,7 @@ enum tag_major_version
// the dungeon Lua changes.
enum tag_minor_version
{
- TAG_MINOR_ARTEFACT = 0, // Turned fixed arts into unrandarts.
- TAG_MINOR_JIYVA = 1, // Added some player bits for Jiyva.
- TAG_MINOR_ZOT_OPEN = 2, // Remember whether Zot was opened.
- TAG_MINOR_JELLY = 3, // Remember whether the royal jelly is dead.
- TAG_ANNOTATE_EXCL = 4, // Store exclusion information for annotations.
- TAG_MINOR_UGLY = 5, // More ghost bits for (very) ugly things.
- TAG_MINOR_ROTTING = 6, // Added monster-specific rotting resistance.
- TAG_MINOR_TRANS = 7, // Keep track of cancellable transformations.
- TAG_MINOR_GITREV = 8, // Removed SVN revision and added Git revision.
- TAG_MINOR_DSTRAITS = 9, // Pre-calculate demonspawn mutations
- TAG_MINOR_YOU_PROP = 10, // Player class has CrawlHashTable
- TAG_MINOR_SMALL_HASH = 11, // Reduced RAM size of CrawlHashTable
- TAG_MINOR_MON_PROP = 12, // Monster class has CrawlHashTable
- TAG_MINOR_VERSION = 12 // Current version. (Keep equal to max.)
+ TAG_MINOR_VERSION = 0 // Current version. (Keep equal to max.)
};
struct enum_info