From 3556d4f58f09b5d21b1179bbdf87e9bd78be7254 Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Mon, 5 Mar 2018 00:13:09 -0600 Subject: Light flagged master support and other minor changes --- src/modinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modinfo.h') 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, -- cgit v1.3.1