diff options
| author | Jeremy Rimpo <jrim@rimpo.org> | 2018-03-05 00:13:09 -0600 |
|---|---|---|
| committer | Jeremy Rimpo <jrim@rimpo.org> | 2018-03-05 00:13:09 -0600 |
| commit | 3556d4f58f09b5d21b1179bbdf87e9bd78be7254 (patch) | |
| tree | 810fbe6696a01e8f997219fcccde3512c93ba7ec /src/modinfo.h | |
| parent | 5fcd51aad81c9c4495a19306d13c4f55bd2519f8 (diff) | |
Light flagged master support and other minor changes
Diffstat (limited to 'src/modinfo.h')
| -rw-r--r-- | src/modinfo.h | 2 |
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,
|
