diff options
Diffstat (limited to 'gui/theme-config.cpp')
| -rw-r--r-- | gui/theme-config.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/gui/theme-config.cpp b/gui/theme-config.cpp index 22c641bb93..9e490ff358 100644 --- a/gui/theme-config.cpp +++ b/gui/theme-config.cpp @@ -522,6 +522,8 @@ void Theme::loadTheme(Common::ConfigFile &config, bool reset) {  	sprintf(name, "%dx%d", x, y);  	if (config.hasSection(name))  		processResSection(config, name); + +	debug(3, "Number of variables: %d", _evaluator->getNumVars());  }  } // End of namespace GUI | 
