aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/newgui.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/gui/newgui.cpp b/gui/newgui.cpp
index fd8a71efc9..62461a386b 100644
--- a/gui/newgui.cpp
+++ b/gui/newgui.cpp
@@ -99,10 +99,8 @@ NewGui::NewGui() : _needRedraw(false),
// Reset key repeat
_currentKeyDown.keycode = 0;
- bool loadClassicTheme;
-#ifdef DISABLE_FANCY_THEMES
- loadClassicTheme = true;
-#else
+ bool loadClassicTheme = true;
+#ifndef DISABLE_FANCY_THEMES
ConfMan.registerDefault("gui_theme", "default");
Common::String style(ConfMan.get("gui_theme"));
// The default theme for now is the 'modern' theme.