[Scummvm-cvs-logs] CVS: scummvm/scumm script_v8.cpp,2.13,2.14
Max Horn
fingolfin at users.sourceforge.net
Mon Dec 23 11:09:03 CET 2002
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv13300
Modified Files:
script_v8.cpp
Log Message:
skip initCharset for now, till we get it working in V8
Index: script_v8.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v8.cpp,v
retrieving revision 2.13
retrieving revision 2.14
diff -u -d -r2.13 -r2.14
--- script_v8.cpp 23 Dec 2002 18:56:43 -0000 2.13
+++ script_v8.cpp 23 Dec 2002 19:08:34 -0000 2.14
@@ -690,7 +690,9 @@
makeCursorColorTransparent(pop());
break;
case 0xE7: // SO_CHARSET_SET
- initCharset(pop());
+ // FIXME - TODO
+ pop();
+// initCharset(pop());
break;
case 0xE8: // SO_CHARSET_COLOR
getStackList(args, sizeof(args) / sizeof(args[0]));
More information about the Scummvm-git-logs
mailing list