Options menu layout parsing, featuring the brand new FATPOPUPS.
svn-id: r33651
This commit is contained in:
parent
eb3d163439
commit
4256c35791
11 changed files with 117 additions and 37 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue