Fixed dirs not matching correctly for THEME:GetPath functions.
This commit is contained in:
@@ -649,6 +649,7 @@ bool ThemeManager::GetPathInfoToRaw( PathInfo &out, const RString &sThemeName_,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
matches= category == EC_BGANIMATIONS || category == EC_GRAPHICS;
|
||||||
break;
|
break;
|
||||||
case FT_Sound:
|
case FT_Sound:
|
||||||
matches= category == EC_SOUNDS;
|
matches= category == EC_SOUNDS;
|
||||||
|
|||||||
Reference in New Issue
Block a user