ALL: synced with ScummVM
This commit is contained in:
parent
3973f8f539
commit
8b8783134f
28 changed files with 355 additions and 260 deletions
|
@ -69,7 +69,7 @@ bool XMLParser::loadBuffer(const byte *buffer, uint32 size, DisposeAfterUse::Fla
|
|||
bool XMLParser::loadStream(SeekableReadStream *stream) {
|
||||
_stream = stream;
|
||||
_fileName = "File Stream";
|
||||
return true;
|
||||
return _stream != nullptr;
|
||||
}
|
||||
|
||||
void XMLParser::close() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue