skip initCharset for now, till we get it working in V8

svn-id: r6079
This commit is contained in:
Max Horn 2002-12-23 19:08:34 +00:00
parent 44bfa413f9
commit 35f4a42703

View File

@ -690,7 +690,9 @@ void Scumm_v8::o8_cursorCommand()
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]));