[Scummvm-cvs-logs] SF.net SVN: scummvm:[53457] scummvm/branches/branch-1-2-0/engines/scumm/he/ wiz_he.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Thu Oct 14 20:22:11 CEST 2010


Revision: 53457
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53457&view=rev
Author:   sev
Date:     2010-10-14 18:22:10 +0000 (Thu, 14 Oct 2010)

Log Message:
-----------
SCUMM: Backport fix for bug #2952298 with 16-bit HE cursors on Amiga

Modified Paths:
--------------
    scummvm/branches/branch-1-2-0/engines/scumm/he/wiz_he.cpp

Modified: scummvm/branches/branch-1-2-0/engines/scumm/he/wiz_he.cpp
===================================================================
--- scummvm/branches/branch-1-2-0/engines/scumm/he/wiz_he.cpp	2010-10-14 18:19:51 UTC (rev 53456)
+++ scummvm/branches/branch-1-2-0/engines/scumm/he/wiz_he.cpp	2010-10-14 18:22:10 UTC (rev 53457)
@@ -363,7 +363,7 @@
 		break;
 	case kDstMemory:
 	case kDstResource:
-		WRITE_LE_UINT16(dstPtr, color);
+		WRITE_UINT16(dstPtr, color);
 		break;
 	default:
 		error("writeColor: Unknown dstType %d", dstType);


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