Original comi doesn't check value at all

svn-id: r12985
This commit is contained in:
Travis Howell 2004-02-22 14:42:06 +00:00
parent aa6ec62e9d
commit aa8cfba102

View file

@ -726,9 +726,6 @@ void ScummEngine_v8::o8_cursorCommand() {
break;
case 0xDE: // SO_CURSOR_SOFT_ON Turn soft cursor on
_cursor.state++;
// 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);
break;
case 0xDF: // SO_CURSOR_SOFT_OFF Turn soft cursor off