SCI: Use MacResManager when checking for Mac resource forks.
This commit is contained in:
parent
d4d4b779aa
commit
1ae2e0594d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue