Original comi doesn't check value at all
svn-id: r12985
This commit is contained in:
parent
aa6ec62e9d
commit
aa8cfba102
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue