diff options
-rw-r--r-- | gui/theme-config.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/theme-config.cpp b/gui/theme-config.cpp index a565d47235..20ee93fdd5 100644 --- a/gui/theme-config.cpp +++ b/gui/theme-config.cpp @@ -193,6 +193,10 @@ void Theme::loadTheme(Common::ConfigFile &config, bool reset) { if (config.hasSection(name)) processResSection(config, name); + sprintf(name, "Xx%d", y); + if (config.hasSection(name)) + processResSection(config, name); + sprintf(name, "%dx%d", x, y); if (config.hasSection(name)) processResSection(config, name); |