[Scummvm-cvs-logs] SF.net SVN: scummvm:[41627] scummvm/branches/gsoc2009-16bit/gui/ThemeEngine .cpp

upthorn at users.sourceforge.net upthorn at users.sourceforge.net
Thu Jun 18 09:31:09 CEST 2009


Revision: 41627
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41627&view=rev
Author:   upthorn
Date:     2009-06-18 07:31:09 +0000 (Thu, 18 Jun 2009)

Log Message:
-----------
Fixed error with non-animated 8-bit GUI cursors being drawn incorrectly in debug console of 16-bit games.

Modified Paths:
--------------
    scummvm/branches/gsoc2009-16bit/gui/ThemeEngine.cpp

Modified: scummvm/branches/gsoc2009-16bit/gui/ThemeEngine.cpp
===================================================================
--- scummvm/branches/gsoc2009-16bit/gui/ThemeEngine.cpp	2009-06-18 07:12:53 UTC (rev 41626)
+++ scummvm/branches/gsoc2009-16bit/gui/ThemeEngine.cpp	2009-06-18 07:31:09 UTC (rev 41627)
@@ -449,7 +449,7 @@
 
 	if (_useCursor) {
 #ifdef ENABLE_16BIT
-		CursorMan.pushCursorFormat(_system->getScreenFormat());
+		CursorMan.pushCursorFormat(_cursorFormat);
 #endif
 		CursorMan.pushCursorPalette(_cursorPal, 0, _cursorPalSize);
 		CursorMan.pushCursor(_cursor, _cursorWidth, _cursorHeight, _cursorHotspotX, _cursorHotspotY, 255, _cursorTargetScale);


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