diff options
| author | Tannin <sherb@gmx.net> | 2016-06-19 16:01:15 +0200 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2016-06-19 16:01:15 +0200 |
| commit | cd83f4e7324966c9387dad19e8b15b12d902e182 (patch) | |
| tree | 2125ba86cf856749d375f9849ecfd9943321a324 /src/modinfo.h | |
| parent | 4f25a0689f9b4050a3359bbd04d586faf0d906f0 (diff) | |
reduced number of mod content icons a bit because they take too much space
Diffstat (limited to 'src/modinfo.h')
| -rw-r--r-- | src/modinfo.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/modinfo.h b/src/modinfo.h index c10232da..69a3434a 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -76,15 +76,13 @@ public: CONTENT_MESH,
CONTENT_BSA,
CONTENT_INTERFACE,
- CONTENT_MUSIC,
CONTENT_SOUND,
CONTENT_SCRIPT,
CONTENT_SKSE,
- CONTENT_SKYPROC,
- CONTENT_STRING
+ CONTENT_SKYPROC
};
- static const int NUM_CONTENT_TYPES = CONTENT_STRING + 1;
+ static const int NUM_CONTENT_TYPES = CONTENT_SKYPROC + 1;
enum EHighlight {
HIGHLIGHT_NONE = 0,
|
