[Scummvm-cvs-logs] SF.net SVN: scummvm: [25435] scummvm/trunk/gui/newgui.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Fri Feb 9 01:06:55 CET 2007


Revision: 25435
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25435&view=rev
Author:   lordhoto
Date:     2007-02-08 16:06:54 -0800 (Thu, 08 Feb 2007)

Log Message:
-----------
cleanup

Modified Paths:
--------------
    scummvm/trunk/gui/newgui.cpp

Modified: scummvm/trunk/gui/newgui.cpp
===================================================================
--- scummvm/trunk/gui/newgui.cpp	2007-02-09 00:02:49 UTC (rev 25434)
+++ scummvm/trunk/gui/newgui.cpp	2007-02-09 00:06:54 UTC (rev 25435)
@@ -99,10 +99,8 @@
 	// 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.


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list