aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v80he.cpp
diff options
context:
space:
mode:
authorMax Horn2004-09-20 19:19:57 +0000
committerMax Horn2004-09-20 19:19:57 +0000
commitf9f79225834572047c2b6fa00ea0a3ca58a23d09 (patch)
treeab53a5bcd9661929902a3c5a836f184b3a646e84 /scumm/script_v80he.cpp
parent0fad7a95387eb27e10c5776c1ccd8a069d2e8364 (diff)
downloadscummvm-rg350-f9f79225834572047c2b6fa00ea0a3ca58a23d09.tar.gz
scummvm-rg350-f9f79225834572047c2b6fa00ea0a3ca58a23d09.tar.bz2
scummvm-rg350-f9f79225834572047c2b6fa00ea0a3ca58a23d09.zip
cleanup
svn-id: r15204
Diffstat (limited to 'scumm/script_v80he.cpp')
-rw-r--r--scumm/script_v80he.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/scumm/script_v80he.cpp b/scumm/script_v80he.cpp
index bd0aff7190..5db388337b 100644
--- a/scumm/script_v80he.cpp
+++ b/scumm/script_v80he.cpp
@@ -53,12 +53,12 @@ void ScummEngine_v80he::setupOpcodes() {
OPCODE(o72_addMessageToStack),
OPCODE(o6_invalid),
OPCODE(o6_invalid),
- OPCODE(o72_wordArrayRead),
+ OPCODE(o6_wordArrayRead),
/* 08 */
OPCODE(o6_invalid),
OPCODE(o6_invalid),
OPCODE(o6_invalid),
- OPCODE(o72_wordArrayIndexedRead),
+ OPCODE(o6_wordArrayIndexedRead),
/* 0C */
OPCODE(o6_dup),
OPCODE(o6_not),
@@ -133,12 +133,12 @@ void ScummEngine_v80he::setupOpcodes() {
OPCODE(o6_invalid),
OPCODE(o80_unknown45),
OPCODE(o6_invalid),
- OPCODE(o72_wordArrayWrite),
+ OPCODE(o6_wordArrayWrite),
/* 48 */
OPCODE(o80_unknown48),
OPCODE(o80_unknown49),
OPCODE(o80_unknown4A),
- OPCODE(o72_wordArrayIndexedWrite),
+ OPCODE(o6_wordArrayIndexedWrite),
/* 4C */
OPCODE(o6_invalid),
OPCODE(o80_readConfigFile),