aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v90he.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-09-17 11:20:37 +0000
committerTravis Howell2004-09-17 11:20:37 +0000
commit48fb2878871488c5c4bfc3e674e68873e1c5a2a6 (patch)
tree2110da6c2be23571c9213f241d58535ceac4a2dd /scumm/script_v90he.cpp
parent5e7e609d19d12fc4a5f9a466b9365ec5a55e7a71 (diff)
downloadscummvm-rg350-48fb2878871488c5c4bfc3e674e68873e1c5a2a6.tar.gz
scummvm-rg350-48fb2878871488c5c4bfc3e674e68873e1c5a2a6.tar.bz2
scummvm-rg350-48fb2878871488c5c4bfc3e674e68873e1c5a2a6.zip
Correct and rename opcode
svn-id: r15147
Diffstat (limited to 'scumm/script_v90he.cpp')
-rw-r--r--scumm/script_v90he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp
index 68fb511b0d..b461f0a0f3 100644
--- a/scumm/script_v90he.cpp
+++ b/scumm/script_v90he.cpp
@@ -78,7 +78,7 @@ void ScummEngine_v90he::setupOpcodes() {
OPCODE(o6_land),
OPCODE(o6_lor),
OPCODE(o6_pop),
- OPCODE(o72_compareStackList),
+ OPCODE(o72_isAnyOf),
/* 1C */
OPCODE(o90_unknown1C),
OPCODE(o90_getLT),