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

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sun Nov 22 12:00:15 CET 2009


Revision: 46075
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46075&view=rev
Author:   eriktorbjorn
Date:     2009-11-22 11:00:14 +0000 (Sun, 22 Nov 2009)

Log Message:
-----------
Better make sure that cursorPCE[] has 16 elements, like some of the other
hard-coded cursors.

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

Modified: scummvm/trunk/engines/scumm/cursor.cpp
===================================================================
--- scummvm/trunk/engines/scumm/cursor.cpp	2009-11-22 10:56:49 UTC (rev 46074)
+++ scummvm/trunk/engines/scumm/cursor.cpp	2009-11-22 11:00:14 UTC (rev 46075)
@@ -362,7 +362,7 @@
 	if (index == 1 && _game.platform == Common::kPlatformPCEngine) {
 		uint16 cursorPCE[] = {
 			0x8000, 0xC000, 0xE000, 0xF000, 0xF800, 0xFC00, 0xFE00, 0xFF00,
-			0xF180, 0xF800, 0x8C00, 0x0C00, 0x0600, 0x0600, 0x0300
+			0xF180, 0xF800, 0x8C00, 0x0C00, 0x0600, 0x0600, 0x0300, 0x0000
 		};
 
 		for (h = 0; h < ARRAYSIZE(cursorPCE); h++) {


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