From aa8cfba102ceebdc86215b21ec9a877407e3f14e Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 22 Feb 2004 14:42:06 +0000 Subject: Original comi doesn't check value at all svn-id: r12985 --- scumm/script_v8.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'scumm') diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp index feffa155b5..36c15eb17e 100644 --- a/scumm/script_v8.cpp +++ b/scumm/script_v8.cpp @@ -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 -- cgit v1.2.3