aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-02-22 14:42:06 +0000
committerTravis Howell2004-02-22 14:42:06 +0000
commitaa8cfba102ceebdc86215b21ec9a877407e3f14e (patch)
tree4530f5bc13e72264ae08c11eb5ca77dec954b924 /scumm
parentaa6ec62e9db78db12912d0e48025241c5d7ef4f7 (diff)
downloadscummvm-rg350-aa8cfba102ceebdc86215b21ec9a877407e3f14e.tar.gz
scummvm-rg350-aa8cfba102ceebdc86215b21ec9a877407e3f14e.tar.bz2
scummvm-rg350-aa8cfba102ceebdc86215b21ec9a877407e3f14e.zip
Original comi doesn't check value at all
svn-id: r12985
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v8.cpp3
1 files changed, 0 insertions, 3 deletions
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