mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 21:21:05 +00:00
make fingolfin happy :)
svn-id: r7777
This commit is contained in:
parent
60ac300bf3
commit
280e8a0741
@ -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…
x
Reference in New Issue
Block a user