[Scummvm-cvs-logs] SF.net SVN: scummvm: [31199] scummvm/trunk/engines/kyra/script_v2.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Thu Mar 20 12:32:06 CET 2008


Revision: 31199
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31199&view=rev
Author:   lordhoto
Date:     2008-03-20 04:32:06 -0700 (Thu, 20 Mar 2008)

Log Message:
-----------
Possible fix for graphics glitches when showing letters.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/script_v2.cpp

Modified: scummvm/trunk/engines/kyra/script_v2.cpp
===================================================================
--- scummvm/trunk/engines/kyra/script_v2.cpp	2008-03-20 10:27:39 UTC (rev 31198)
+++ scummvm/trunk/engines/kyra/script_v2.cpp	2008-03-20 11:32:06 UTC (rev 31199)
@@ -935,7 +935,7 @@
 		bookPrintText(2, letterBuffer, 0xC, 0xA, 0x20);
 	}
 
-	_screen->copyRegion(0, 0, 0, 0, 320, 200, 2, 0);
+	_screen->copyRegion(0, 0, 0, 0, 320, 200, 2, 0, Screen::CR_NO_P_CHECK);
 	_screen->fadePalette(_screen->getPalette(0), 0x14);
 	_screen->setMouseCursor(0, 0, getShapePtr(0));
 	setMousePos(280, 160);


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