aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-09-04 00:31:38 +0000
committerTravis Howell2004-09-04 00:31:38 +0000
commitb086ee7f67b7de4d218ff1e4862271d9e921ba9c (patch)
treea603f69bb0fe406be4763c7d9d30cd8ea8a9ca45 /scumm
parentbdf736f25c18fafa307b0754ab09b80b172b42de (diff)
downloadscummvm-rg350-b086ee7f67b7de4d218ff1e4862271d9e921ba9c.tar.gz
scummvm-rg350-b086ee7f67b7de4d218ff1e4862271d9e921ba9c.tar.bz2
scummvm-rg350-b086ee7f67b7de4d218ff1e4862271d9e921ba9c.zip
Missing pop
svn-id: r14881
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 a12255195c..853b0b7a51 100644
--- a/scumm/script_v6he.cpp
+++ b/scumm/script_v6he.cpp
@@ -579,6 +579,7 @@ void ScummEngine_v6he::o6_actorOps() {
break;
case 64:
// _heversion >= 72
+ l = pop();
k = pop();
j = pop();
i = pop();