[Scummvm-cvs-logs] SF.net SVN: scummvm:[51697] scummvm/trunk/engines/sci/graphics/frameout.cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Tue Aug 3 17:04:56 CEST 2010


Revision: 51697
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51697&view=rev
Author:   m_kiewitz
Date:     2010-08-03 15:04:56 +0000 (Tue, 03 Aug 2010)

Log Message:
-----------
SCI: dont clip plane during frameout.cpp

disables scrolling capability
(regression of r51615)

Modified Paths:
--------------
    scummvm/trunk/engines/sci/graphics/frameout.cpp

Modified: scummvm/trunk/engines/sci/graphics/frameout.cpp
===================================================================
--- scummvm/trunk/engines/sci/graphics/frameout.cpp	2010-08-03 14:58:57 UTC (rev 51696)
+++ scummvm/trunk/engines/sci/graphics/frameout.cpp	2010-08-03 15:04:56 UTC (rev 51697)
@@ -227,7 +227,6 @@
 		planeRect.left = (planeRect.left * screenRect.width()) / scriptsRunningWidth;
 		planeRect.bottom = (planeRect.bottom * screenRect.height()) / scriptsRunningHeight;
 		planeRect.right = (planeRect.right * screenRect.width()) / scriptsRunningWidth;
-		planeRect.clip(screenRect); // we need to do this, at least in gk1 on cemetary we get bottom right -> 201, 321
 
 		int16 planeOffsetX = 0;
 


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