Improved support for parsing integers in the XML parser.

Bug fixes.

svn-id: r32818
This commit is contained in:
Vicent Marti 2008-06-28 00:02:54 +00:00
parent 8d696760b3
commit 3f0f7fa08b
5 changed files with 53 additions and 27 deletions

View file

@ -137,7 +137,7 @@ bool InterfaceManager::loadTheme(Common::String themeName) {
warning("Could not parse custom theme '%s'.\nFalling back to default theme", themeName.c_str());
if (!loadDefaultXML()) // if we can't load the embeded theme, this is a complete failure
error("Could not load default embeded theme.");
error("Could not load default embeded theme");
}
for (int i = 0; i < kDrawDataMAX; ++i) {