aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v80he.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-05-07 07:57:59 +0000
committerTravis Howell2005-05-07 07:57:59 +0000
commit8de4c596a090c819e36990085ddc03302b482c0e (patch)
tree91a9010c32fbe56e5941ea3dd426cc3d1aace5f2 /scumm/script_v80he.cpp
parent8ce20af13714644cb2f15de481bb8ac0df870868 (diff)
downloadscummvm-rg350-8de4c596a090c819e36990085ddc03302b482c0e.tar.gz
scummvm-rg350-8de4c596a090c819e36990085ddc03302b482c0e.tar.bz2
scummvm-rg350-8de4c596a090c819e36990085ddc03302b482c0e.zip
Add missing opcode details
Fix regression (Fields not initied) svn-id: r17938
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 e949a7172e..05e1a69931 100644
--- a/scumm/script_v80he.cpp
+++ b/scumm/script_v80he.cpp
@@ -346,7 +346,7 @@ void ScummEngine_v80he::setupOpcodes() {
/* F0 */
OPCODE(o70_concatString),
OPCODE(o70_compareString),
- OPCODE(o72_checkGlobQueue),
+ OPCODE(o72_isResourceLoaded),
OPCODE(o72_readINI),
/* F4 */
OPCODE(o72_writeINI),