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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Mon Apr 19 18:38:36 CEST 2010


Revision: 48721
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48721&view=rev
Author:   m_kiewitz
Date:     2010-04-19 16:38:36 +0000 (Mon, 19 Apr 2010)

Log Message:
-----------
SCI: added comments about sierra not upscaling cursors for shape and view cursors

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

Modified: scummvm/trunk/engines/sci/graphics/cursor.cpp
===================================================================
--- scummvm/trunk/engines/sci/graphics/cursor.cpp	2010-04-19 16:36:47 UTC (rev 48720)
+++ scummvm/trunk/engines/sci/graphics/cursor.cpp	2010-04-19 16:38:36 UTC (rev 48721)
@@ -139,7 +139,7 @@
 	heightWidth = SCI_CURSOR_SCI0_HEIGHTWIDTH;
 
 	if (_upscaledHires) {
-		// Scale cursor by 2x
+		// Scale cursor by 2x - note: sierra didn't do this, but it looks much better
 		heightWidth *= 2;
 		hotspot.x *= 2;
 		hotspot.y *= 2;
@@ -183,7 +183,7 @@
 	}
 
 	if (_upscaledHires) {
-		// Scale cursor by 2x
+		// Scale cursor by 2x - note: sierra didn't do this, but it looks much better
 		width *= 2;
 		height *= 2;
 		cursorHotspot->x *= 2;


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