mirror of
https://github.com/scummvm/scummvm.git
synced 2026-05-21 05:40:43 +00:00
COMMON: Make themepath a Path object
This commit is contained in:
committed by
Eugene Sandulenko
parent
dc7fadef28
commit
bfc61439fb
+1
-1
@@ -1941,7 +1941,7 @@ void ThemeEngine::listUsableThemes(Common::List<ThemeDescriptor> &list) {
|
||||
#endif
|
||||
|
||||
if (ConfMan.hasKey("themepath"))
|
||||
listUsableThemes(Common::FSNode(ConfMan.get("themepath")), list);
|
||||
listUsableThemes(Common::FSNode(ConfMan.getPath("themepath")), list);
|
||||
|
||||
listUsableThemes(SearchMan, list);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user