mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
synced rest files, missed with last sync rev 47951
This commit is contained in:
@@ -247,10 +247,12 @@ bool XMLParser::closeKey() {
|
||||
}
|
||||
|
||||
bool XMLParser::parse() {
|
||||
|
||||
if (_stream == 0)
|
||||
return parserError("XML stream not ready for reading.");
|
||||
|
||||
// Make sure we are at the start of the stream.
|
||||
_stream->seek(0, SEEK_SET);
|
||||
|
||||
if (_XMLkeys == 0)
|
||||
buildLayout();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user