From d7bc756edcc4a69d8e016670e78901bcce94ebe4 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 7 Mar 2006 18:26:04 +0000 Subject: Add XxH to evaluation precedence. svn-id: r21127 --- gui/theme-config.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gui') 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); -- cgit v1.2.3