Renamed Archive::openFile to createReadStreamForMember
svn-id: r36021
This commit is contained in:
parent
9861afd8fd
commit
14c5bbbccf
21 changed files with 47 additions and 47 deletions
|
@ -350,7 +350,7 @@ bool ArjFile::open(const Common::String &filename) {
|
|||
error("Attempt to open another instance of archive");
|
||||
|
||||
if (_fallBack) {
|
||||
_uncompressed = SearchMan.openFile(filename);
|
||||
_uncompressed = SearchMan.createReadStreamForMember(filename);
|
||||
if (_uncompressed)
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue