Improved support for parsing integers in the XML parser.
Bug fixes. svn-id: r32818
This commit is contained in:
parent
8d696760b3
commit
3f0f7fa08b
5 changed files with 53 additions and 27 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue