aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-08-30 03:32:10 +0000
committerTravis Howell2004-08-30 03:32:10 +0000
commit9558cf379a1fe74510267589d74bf91b16ea9b1e (patch)
treef9b204e71a126064a3082a13f722d1e91297d9b3 /scumm
parent704ad7f63b70cfe90d968127bf7140a590f79d9f (diff)
downloadscummvm-rg350-9558cf379a1fe74510267589d74bf91b16ea9b1e.tar.gz
scummvm-rg350-9558cf379a1fe74510267589d74bf91b16ea9b1e.tar.bz2
scummvm-rg350-9558cf379a1fe74510267589d74bf91b16ea9b1e.zip
Should read string too.
svn-id: r14834
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v6he.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/script_v6he.cpp b/scumm/script_v6he.cpp
index b0f842c54b..78212d6b82 100644
--- a/scumm/script_v6he.cpp
+++ b/scumm/script_v6he.cpp
@@ -715,6 +715,7 @@ void ScummEngine_v6he::o6_actorOps() {
break;
case 225:
i = pop(); // talkie slot
+ resStrLen(_scriptPointer);
warning("o6_actorOps: stub case %d", b);
break;
default: