make fingolfin happy :)
svn-id: r7777
This commit is contained in:
parent
60ac300bf3
commit
280e8a0741
1 changed files with 1 additions and 1 deletions
|
@ -796,7 +796,7 @@ void Scumm_v8::o8_cursorCommand() {
|
|||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue