aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v90he.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-11-16 05:08:11 +0000
committerTravis Howell2005-11-16 05:08:11 +0000
commitc0740553415203264f8e343a28fbd041974b250a (patch)
treed40d54ad74187e94ac600062ea49ef4519b3eee4 /scumm/script_v90he.cpp
parentf9ef4a2f5bba12b68e7f0720bbb73c5e79ec073d (diff)
downloadscummvm-rg350-c0740553415203264f8e343a28fbd041974b250a.tar.gz
scummvm-rg350-c0740553415203264f8e343a28fbd041974b250a.tar.bz2
scummvm-rg350-c0740553415203264f8e343a28fbd041974b250a.zip
Opcode is used by HE71 too.
Freddi version should be all languages (Used by English and Russian). svn-id: r19610
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 63775e2d21..5b6eddecbb 100644
--- a/scumm/script_v90he.cpp
+++ b/scumm/script_v90he.cpp
@@ -343,7 +343,7 @@ void ScummEngine_v90he::setupOpcodes() {
/* F0 */
OPCODE(o70_concatString),
OPCODE(o70_compareString),
- OPCODE(o72_isResourceLoaded),
+ OPCODE(o70_isResourceLoaded),
OPCODE(o72_readINI),
/* F4 */
OPCODE(o72_writeINI),