aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2005-11-16 05:41:13 +0000
committerTravis Howell2005-11-16 05:41:13 +0000
commit2f86c6417d2e1456a509563d5d68a65760036a9a (patch)
tree4e5962e883f4b577085484cffb5aed7e1f820d59 /scumm
parentcbba64fdbe4841d131a6ff5c91f8934c44b6cbad (diff)
downloadscummvm-rg350-2f86c6417d2e1456a509563d5d68a65760036a9a.tar.gz
scummvm-rg350-2f86c6417d2e1456a509563d5d68a65760036a9a.tar.bz2
scummvm-rg350-2f86c6417d2e1456a509563d5d68a65760036a9a.zip
Missed a spot.
svn-id: r19612
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v7he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp
index e5d5a13567..370cf5156e 100644
--- a/scumm/script_v7he.cpp
+++ b/scumm/script_v7he.cpp
@@ -343,7 +343,7 @@ void ScummEngine_v70he::setupOpcodes() {
/* F0 */
OPCODE(o70_concatString),
OPCODE(o70_compareString),
- OPCODE(o6_invalid),
+ OPCODE(o70_isResourceLoaded),
OPCODE(o70_readINI),
/* F4 */
OPCODE(o70_writeINI),