mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-19 10:41:55 +00:00
parent
70091a6484
commit
4686615edf
@ -166,8 +166,7 @@ int Win32ResExtractor::extractResource_(const char *resType, char *resName, byte
|
||||
}
|
||||
|
||||
/* get file size */
|
||||
Common::FSNode node(_fileName);
|
||||
fi.file = node.openForReading();
|
||||
fi.file = SearchMan.openFile(_fileName);
|
||||
if (!fi.file) {
|
||||
error("Cannot open file %s", _fileName.c_str());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user