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

wonst719 at users.sourceforge.net wonst719 at users.sourceforge.net
Thu Apr 20 05:26:11 CEST 2006


Revision: 22060
Author:   wonst719
Date:     2006-04-20 05:25:25 -0700 (Thu, 20 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22060&view=rev

Log Message:
-----------
Fix compile with DISABLE_FANCY_THEME.

Modified Paths:
--------------
    scummvm/trunk/gui/launcher.cpp
Modified: scummvm/trunk/gui/launcher.cpp
===================================================================
--- scummvm/trunk/gui/launcher.cpp	2006-04-20 12:23:20 UTC (rev 22059)
+++ scummvm/trunk/gui/launcher.cpp	2006-04-20 12:25:25 UTC (rev 22060)
@@ -444,8 +444,8 @@
 	_w = screenW;
 	_h = screenH;
 
+#ifndef DISABLE_FANCY_THEMES
 	_logo = 0;
-#ifndef DISABLE_FANCY_THEMES
 	if (g_gui.evaluator()->getVar("launcher_logo.visible") == 1) {
 		_logo = new GraphicsWidget(this, "launcher_logo");
 		ThemeNew *th = (ThemeNew *)g_gui.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