Options menu layout parsing, featuring the brand new FATPOPUPS.

svn-id: r33651
This commit is contained in:
Vicent Marti 2008-08-05 23:58:45 +00:00
parent eb3d163439
commit 4256c35791
11 changed files with 117 additions and 37 deletions

View file

@ -493,7 +493,7 @@ bool ThemeParser::parserCallback_child(ParserNode *node) {
bool ThemeParser::parserCallback_dialog(ParserNode *node) {
Common::String var = "Dialog." + node->values["name"];
_theme->themeEval()->addDialog(var);
_theme->themeEval()->addDialog(var, node->values["overlays"]);
return true;
}