Fixed dirs not matching correctly for THEME:GetPath functions.

This commit is contained in:
Kyzentun
2014-12-02 20:24:40 -07:00
parent 474d151041
commit 89864fc890
+1
View File
@@ -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;