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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Mon Jun 28 18:35:20 CEST 2010


Revision: 50450
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50450&view=rev
Author:   m_kiewitz
Date:     2010-06-28 16:35:20 +0000 (Mon, 28 Jun 2010)

Log Message:
-----------
SCI: added comment - lsl5 also has too large windows

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

Modified: scummvm/trunk/engines/sci/graphics/ports.cpp
===================================================================
--- scummvm/trunk/engines/sci/graphics/ports.cpp	2010-06-28 16:09:54 UTC (rev 50449)
+++ scummvm/trunk/engines/sci/graphics/ports.cpp	2010-06-28 16:35:20 UTC (rev 50450)
@@ -251,6 +251,7 @@
 	r = dims;
 	if (r.width() > _screen->getWidth()) {
 		// We get invalid dimensions at least at the end of sq3 (script bug!)
+		//  same happens very often in lsl5, sierra sci didnt fix it but it looked awful
 		warning("fixing too large window, given left&right was %d, %d", dims.left, dims.right);
 		r.left = 0;
 		r.right = _screen->getWidth() - 1;


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