[Scummvm-cvs-logs] CVS: scummvm/scumm script_v8.cpp,2.162,2.163

Jonathan Gray khalek at users.sourceforge.net
Wed May 21 03:39:16 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv19557

Modified Files:
	script_v8.cpp 
Log Message:
make fingolfin happy :)

Index: script_v8.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v8.cpp,v
retrieving revision 2.162
retrieving revision 2.163
diff -u -d -r2.162 -r2.163
--- script_v8.cpp	21 May 2003 07:13:52 -0000	2.162
+++ script_v8.cpp	21 May 2003 10:38:45 -0000	2.163
@@ -796,7 +796,7 @@
 		break;
 	case 0xDE:		// SO_CURSOR_SOFT_ON Turn soft cursor on
 		_cursor.state++;
-			// FIXME is this check right?
+			// FIXME is this check right? see bug #739229
 		if (_cursor.state > 1)
 			warning("Cursor state %d greater than 1 in script", _cursor.state);
 		verbMouseOver(0);





More information about the Scummvm-git-logs mailing list