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

athrxx at users.sourceforge.net athrxx at users.sourceforge.net
Sun Mar 16 13:52:00 CET 2008


Revision: 31138
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31138&view=rev
Author:   athrxx
Date:     2008-03-16 05:51:59 -0700 (Sun, 16 Mar 2008)

Log Message:
-----------
- fix mouse cursor hotspot for sjis mode

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

Modified: scummvm/trunk/engines/kyra/screen.cpp
===================================================================
--- scummvm/trunk/engines/kyra/screen.cpp	2008-03-16 12:34:23 UTC (rev 31137)
+++ scummvm/trunk/engines/kyra/screen.cpp	2008-03-16 12:51:59 UTC (rev 31138)
@@ -2323,6 +2323,8 @@
 		shape -= 2;
 
 	if (_vm->gameFlags().useHiResOverlay) {
+		x <<= 1;
+		y <<= 1;
 		mouseWidth <<= 1;
 		mouseHeight <<= 1;
 		fillRect(mouseWidth, 0, mouseWidth, mouseHeight, 0, 8);


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