mirror of
https://github.com/ModOrganizer2/modorganizer-game_morrowind.git
synced 2026-07-27 13:58:55 -07:00
Support openmw animation overrides (#34)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user