diff --git a/src/ThemeManager.cpp b/src/ThemeManager.cpp index 26813d36e9..628c692a9b 100644 --- a/src/ThemeManager.cpp +++ b/src/ThemeManager.cpp @@ -649,6 +649,7 @@ bool ThemeManager::GetPathInfoToRaw( PathInfo &out, const RString &sThemeName_, break; } } + matches= category == EC_BGANIMATIONS || category == EC_GRAPHICS; break; case FT_Sound: matches= category == EC_SOUNDS;