aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v72he.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-04-08 11:10:01 +0000
committerTravis Howell2005-04-08 11:10:01 +0000
commit2a5aaf9fc2154ed58421a873fec94de3afdacfa0 (patch)
treecbd73e31094cfe7e640217e44113d74d3c56196e /scumm/script_v72he.cpp
parent328c588eabdc08ab6ffeee67bd1b3dbc51a35a28 (diff)
downloadscummvm-rg350-2a5aaf9fc2154ed58421a873fec94de3afdacfa0.tar.gz
scummvm-rg350-2a5aaf9fc2154ed58421a873fec94de3afdacfa0.tar.bz2
scummvm-rg350-2a5aaf9fc2154ed58421a873fec94de3afdacfa0.zip
Add HE70+ version of seekFilePos opcode.
svn-id: r17450
Diffstat (limited to 'scumm/script_v72he.cpp')
-rw-r--r--scumm/script_v72he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp
index 1562878eb2..091cb66208 100644
--- a/scumm/script_v72he.cpp
+++ b/scumm/script_v72he.cpp
@@ -334,7 +334,7 @@ void ScummEngine_v72he::setupOpcodes() {
OPCODE(o6_invalid),
/* E8 */
OPCODE(o6_invalid),
- OPCODE(o60_seekFilePos),
+ OPCODE(o70_seekFilePos),
OPCODE(o72_redimArray),
OPCODE(o60_readFilePos),
/* EC */