[Scummvm-cvs-logs] CVS: scummvm/scumm script_v80he.cpp,2.8,2.9

Travis Howell kirben at users.sourceforge.net
Wed Sep 8 19:11:02 CEST 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4008/scumm

Modified Files:
	script_v80he.cpp 
Log Message:

Cases don't exist in HE80.


Index: script_v80he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v80he.cpp,v
retrieving revision 2.8
retrieving revision 2.9
diff -u -d -r2.8 -r2.9
--- script_v80he.cpp	9 Sep 2004 01:53:23 -0000	2.8
+++ script_v80he.cpp	9 Sep 2004 02:10:05 -0000	2.9
@@ -458,11 +458,6 @@
 	case 0x99: 		// SO_CURSOR_IMAGE Set cursor image
 		warning("o80_cursorCommand: Can't set cursors to ID. Use images.");
 		break;
-	case 0x9A:		// SO_CURSOR_HOTSPOT Set cursor hotspot
-	case 0x9B:
-		a = pop();
-		setCursorHotspot(pop(), a);
-		break;
 	case 0x9C:		// SO_CHARSET_SET
 		initCharset(pop());
 		break;





More information about the Scummvm-git-logs mailing list