aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v90he.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-05-21 14:20:28 +0000
committerTravis Howell2005-05-21 14:20:28 +0000
commit2b2c6a404f840096d977e20c1b48d307770c783e (patch)
tree83e72462adcb0ee932663b49f548f0ef6ae749d6 /scumm/script_v90he.cpp
parent31974eaead154ae6637b5655d5a5eb573ce342e2 (diff)
downloadscummvm-rg350-2b2c6a404f840096d977e20c1b48d307770c783e.tar.gz
scummvm-rg350-2b2c6a404f840096d977e20c1b48d307770c783e.tar.bz2
scummvm-rg350-2b2c6a404f840096d977e20c1b48d307770c783e.zip
Add HE73 version for opcode difference.
svn-id: r18207
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 e0ba5b0209..fd4d948de0 100644
--- a/scumm/script_v90he.cpp
+++ b/scumm/script_v90he.cpp
@@ -353,7 +353,7 @@ void ScummEngine_v90he::setupOpcodes() {
OPCODE(o70_getCharIndexInString),
OPCODE(o6_invalid),
/* F8 */
- OPCODE(o80_getResourceSize),
+ OPCODE(o72_getResourceSize),
OPCODE(o72_setFilePath),
OPCODE(o72_setWindowCaption),
OPCODE(o70_polygonOps),