SCI: Use MacResManager when checking for Mac resource forks.

This commit is contained in:
Johannes Schickel 2016-03-01 13:37:04 +01:00
parent d4d4b779aa
commit 1ae2e0594d

View file

@ -596,7 +596,7 @@ int ResourceManager::addAppropriateSources() {
#ifdef ENABLE_SCI32
// There can also be a "Patches" resource fork with patches
if (Common::File::exists("Patches"))
if (Common::MacResManager::exists("Patches"))
addSource(new MacResourceForkResourceSource("Patches", 100));
} else {
// SCI2.1-SCI3 file naming scheme