diff --git a/src/morrowindmoddatachecker.h b/src/morrowindmoddatachecker.h index a67c1a5..bd158e0 100644 --- a/src/morrowindmoddatachecker.h +++ b/src/morrowindmoddatachecker.h @@ -11,9 +11,9 @@ public: protected: virtual const FileNameSet& possibleFolderNames() const override { - static FileNameSet result{"fonts", "meshes", "music", "shaders", "sound", - "textures", "video", "mwse", "distantland", "mits", - "icons", "bookart", "splash"}; + static FileNameSet result{"fonts", "meshes", "music", "shaders", "sound", + "textures", "video", "mwse", "distantland", "mits", + "icons", "bookart", "splash", "animations"}; return result; } virtual const FileNameSet& possibleFileExtensions() const override