diff options
author | Travis Howell | 2004-09-04 00:31:38 +0000 |
---|---|---|
committer | Travis Howell | 2004-09-04 00:31:38 +0000 |
commit | b086ee7f67b7de4d218ff1e4862271d9e921ba9c (patch) | |
tree | a603f69bb0fe406be4763c7d9d30cd8ea8a9ca45 | |
parent | bdf736f25c18fafa307b0754ab09b80b172b42de (diff) | |
download | scummvm-rg350-b086ee7f67b7de4d218ff1e4862271d9e921ba9c.tar.gz scummvm-rg350-b086ee7f67b7de4d218ff1e4862271d9e921ba9c.tar.bz2 scummvm-rg350-b086ee7f67b7de4d218ff1e4862271d9e921ba9c.zip |
Missing pop
svn-id: r14881
-rw-r--r-- | scumm/script_v6he.cpp | 1 |
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(); |