aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v80he.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-10-04 00:01:06 +0000
committerTravis Howell2004-10-04 00:01:06 +0000
commitd48661766aaea62c1935dc74685997ec7998549c (patch)
tree9bf0e2bc8d51ca8525f52aa8b2c88ded1025474c /scumm/script_v80he.cpp
parent781191e83d091167e269056cbd68d233e3f20779 (diff)
downloadscummvm-rg350-d48661766aaea62c1935dc74685997ec7998549c.tar.gz
scummvm-rg350-d48661766aaea62c1935dc74685997ec7998549c.tar.bz2
scummvm-rg350-d48661766aaea62c1935dc74685997ec7998549c.zip
Add opcode difference
svn-id: r15400
Diffstat (limited to 'scumm/script_v80he.cpp')
-rw-r--r--scumm/script_v80he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v80he.cpp b/scumm/script_v80he.cpp
index afad98009d..ce16a21538 100644
--- a/scumm/script_v80he.cpp
+++ b/scumm/script_v80he.cpp
@@ -294,7 +294,7 @@ void ScummEngine_v80he::setupOpcodes() {
OPCODE(o6_distObjectPt),
OPCODE(o6_distPtPt),
/* C8 */
- OPCODE(o60_kernelGetFunctions),
+ OPCODE(o72_kernelGetFunctions),
OPCODE(o70_kernelSetFunctions),
OPCODE(o6_delayFrames),
OPCODE(o6_pickOneOf),