summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/tags.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/crawl-ref/source/tags.h b/crawl-ref/source/tags.h
index e7e42ea717..3494c504ab 100644
--- a/crawl-ref/source/tags.h
+++ b/crawl-ref/source/tags.h
@@ -37,11 +37,8 @@ enum tag_file_type // file types supported by tag system
TAGTYPE_PLAYER_NAME // Used only to read the player name
};
-enum tag_major_version
-{
- TAG_MAJOR_START = 5,
- TAG_MAJOR_VERSION = 16
-};
+#define TAG_MAJOR_START 5
+#define TAG_MAJOR_VERSION 16
// Minor version will be reset to zero when major version changes.
enum tag_minor_version