[Scummvm-cvs-logs] CVS: tools descumm6.cpp,1.77,1.78

James Brown ender at users.sourceforge.net
Thu Jan 9 00:25:04 CET 2003


Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv14338

Modified Files:
	descumm6.cpp 
Log Message:
Patch 664888: SO_CURSOR_PUT opcode


Index: descumm6.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm6.cpp,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- descumm6.cpp	4 Jan 2003 20:00:39 -0000	1.77
+++ descumm6.cpp	9 Jan 2003 08:24:50 -0000	1.78
@@ -1667,7 +1667,8 @@
 				"\xE5pp|setCursorHotspot,"
 				"\xE6p|makeCursorColorTransparent,"
 				"\xE7p|initCharset,"
-				"\xE8l|charsetColors");
+				"\xE8l|charsetColors,"
+		    		"\xE9pp|setCursorPosition");
 		break;
 	case 0x9D:
 		ext("p|loadRoom");





More information about the Scummvm-git-logs mailing list