aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2005-10-30 04:02:45 +0000
committerTravis Howell2005-10-30 04:02:45 +0000
commit3d402c2439dc2263751da5405094857597339047 (patch)
tree57d021ef298bb346716e4c19f85fad7429cbcea2 /scumm
parent6bdc74c514c767ef3512c213d769439698999e6c (diff)
downloadscummvm-rg350-3d402c2439dc2263751da5405094857597339047.tar.gz
scummvm-rg350-3d402c2439dc2263751da5405094857597339047.tar.bz2
scummvm-rg350-3d402c2439dc2263751da5405094857597339047.zip
Correct kernelSet case function.
svn-id: r19369
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v90he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp
index 3a16e8cbd9..d9c9d46532 100644
--- a/scumm/script_v90he.cpp
+++ b/scumm/script_v90he.cpp
@@ -2624,7 +2624,7 @@ void ScummEngine_v90he::o90_kernelSetFunctions() {
debug(0, "o90_kernelSetFunctions: case 714: type %d resId %d unk1 %d", args[1], args[2], args[3]);
break;
case 1492:
- _sprite->setSpriteFlagDoubleBuffered(args[1], args[2]);
+ // Remote start script function
break;
case 1969:
a = derefActor(args[1], "o90_kernelSetFunctions: 1969");