ALL: synced with ScummVM

This commit is contained in:
Pawel Kolodziejski 2014-12-04 20:46:56 +01:00
parent 3973f8f539
commit 8b8783134f
28 changed files with 355 additions and 260 deletions

View file

@ -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() {