aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorJonathan Gray2003-05-21 10:38:45 +0000
committerJonathan Gray2003-05-21 10:38:45 +0000
commit280e8a0741a473c1b9a881d5ee9e4d4854d24742 (patch)
tree93b3d4557d4e71db20afa10b4f212199af0c9b33 /scumm
parent60ac300bf3982d3f7ae34521e93918215fb7f4a8 (diff)
downloadscummvm-rg350-280e8a0741a473c1b9a881d5ee9e4d4854d24742.tar.gz
scummvm-rg350-280e8a0741a473c1b9a881d5ee9e4d4854d24742.tar.bz2
scummvm-rg350-280e8a0741a473c1b9a881d5ee9e4d4854d24742.zip
make fingolfin happy :)
svn-id: r7777
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v8.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp
index 45b906ead1..7ef345029c 100644
--- a/scumm/script_v8.cpp
+++ b/scumm/script_v8.cpp
@@ -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);