aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorJohannes Schickel2006-10-25 21:06:49 +0000
committerJohannes Schickel2006-10-25 21:06:49 +0000
commit055d80c4dcb914ef3fd95e7cdadb9a5a4142a6c8 (patch)
tree52b52f5759519f613597421f07802896c4a5bcd0 /gui
parent312f4747d5967259a428b5a7e9b89f1681bb0dd7 (diff)
downloadscummvm-rg350-055d80c4dcb914ef3fd95e7cdadb9a5a4142a6c8.tar.gz
scummvm-rg350-055d80c4dcb914ef3fd95e7cdadb9a5a4142a6c8.tar.bz2
scummvm-rg350-055d80c4dcb914ef3fd95e7cdadb9a5a4142a6c8.zip
Formatting.
svn-id: r24511
Diffstat (limited to 'gui')
-rw-r--r--gui/newgui.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/gui/newgui.cpp b/gui/newgui.cpp
index d8c3037397..65f82af66d 100644
--- a/gui/newgui.cpp
+++ b/gui/newgui.cpp
@@ -109,14 +109,12 @@ NewGui::NewGui() : _needRedraw(false),
Common::String styleType;
Common::ConfigFile cfg;
- if (loadNewTheme(style))
+ if (loadNewTheme(style)) {
loadClassicTheme = false;
- else
- {
+ } else {
loadClassicTheme = true;
warning("falling back to classic style");
}
-
#endif
if (loadClassicTheme) {