summaryrefslogtreecommitdiff
path: root/src/modinfo.h
diff options
context:
space:
mode:
authorJeremy Rimpo <jrim@rimpo.org>2018-03-05 00:13:09 -0600
committerJeremy Rimpo <jrim@rimpo.org>2018-03-05 00:13:09 -0600
commit3556d4f58f09b5d21b1179bbdf87e9bd78be7254 (patch)
tree810fbe6696a01e8f997219fcccde3512c93ba7ec /src/modinfo.h
parent5fcd51aad81c9c4495a19306d13c4f55bd2519f8 (diff)
Light flagged master support and other minor changes
Diffstat (limited to 'src/modinfo.h')
-rw-r--r--src/modinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modinfo.h b/src/modinfo.h
index 0bdf6e43..d00c04e7 100644
--- a/src/modinfo.h
+++ b/src/modinfo.h
@@ -84,7 +84,7 @@ public:
CONTENT_MCM
};
- static const int NUM_CONTENT_TYPES = CONTENT_SKYPROC + 1;
+ static const int NUM_CONTENT_TYPES = CONTENT_MCM + 1;
enum EHighlight {
HIGHLIGHT_NONE = 0,