From cd83f4e7324966c9387dad19e8b15b12d902e182 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sun, 19 Jun 2016 16:01:15 +0200 Subject: reduced number of mod content icons a bit because they take too much space --- src/modinfo.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/modinfo.h') 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, -- cgit v1.3.1