- XMLParser: Improved file stream support

- InterfaceManager: Config file loading/parsing added.
- ThemeParser: Fixed GCC warnings/various bugs.

svn-id: r32792
This commit is contained in:
Vicent Marti 2008-06-25 22:30:28 +00:00
parent 7fd6b3916f
commit 73d5715a79
5 changed files with 70 additions and 8 deletions

View file

@ -148,6 +148,9 @@ bool XMLParser::parseKeyValue(Common::String keyName) {
bool XMLParser::parse() {
if (_text.ready() == false)
return parserError("XML stream not ready for reading.");
bool activeClosure = false;
bool selfClosure = false;