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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun Oct 8 22:19:29 CEST 2006


Revision: 24232
          http://svn.sourceforge.net/scummvm/?rev=24232&view=rev
Author:   lordhoto
Date:     2006-10-08 13:19:23 -0700 (Sun, 08 Oct 2006)

Log Message:
-----------
Making engines working again.

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

Modified: scummvm/trunk/gui/newgui.cpp
===================================================================
--- scummvm/trunk/gui/newgui.cpp	2006-10-08 20:08:00 UTC (rev 24231)
+++ scummvm/trunk/gui/newgui.cpp	2006-10-08 20:19:23 UTC (rev 24232)
@@ -158,7 +158,6 @@
 	}
 	_theme->resetDrawArea();
 
-	_theme->enable();
 	if (!oldTheme.empty())
 		screenChange();
 
@@ -240,8 +239,8 @@
 
 			// HACK to change the cursor to the new themes one
 			if (_themeChange) {
-				if (useStandardCurs)
-					PaletteMan.popCursorPalette();
+				_theme->enable();
+				PaletteMan.popCursorPalette();
 
 				CursorMan.popCursor();
 


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