[Scummvm-cvs-logs] SF.net SVN: scummvm:[53117] scummvm/trunk/engines/scumm/cursor.cpp

athrxx at users.sourceforge.net athrxx at users.sourceforge.net
Sun Oct 10 16:22:10 CEST 2010


Revision: 53117
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53117&view=rev
Author:   athrxx
Date:     2010-10-10 14:22:10 +0000 (Sun, 10 Oct 2010)

Log Message:
-----------
LOOM PC-Engine: fix mouse cursor

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/cursor.cpp

Modified: scummvm/trunk/engines/scumm/cursor.cpp
===================================================================
--- scummvm/trunk/engines/scumm/cursor.cpp	2010-10-10 13:06:48 UTC (rev 53116)
+++ scummvm/trunk/engines/scumm/cursor.cpp	2010-10-10 14:22:10 UTC (rev 53117)
@@ -580,7 +580,7 @@
 	_cursor.width = 16 * _textSurfaceMultiplier;
 	_cursor.height = 16 * _textSurfaceMultiplier;
 
-	int scl = (_game.platform == Common::kPlatformFMTowns) ? (_bytesPerPixelOutput * _textSurfaceMultiplier) : 1;
+	int scl = _bytesPerPixelOutput * _textSurfaceMultiplier;
 
 	for (i = 0; i < 16; i++) {
 		for (j = 0; j < 16; j++) {


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