aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v80he.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-03-17 11:06:43 +0000
committerTravis Howell2005-03-17 11:06:43 +0000
commitf50af11b5d99c1a6e8327261bfe1a3b3cae51dcc (patch)
tree57d4da26424df51f50386b5bb6542a2f5b6540d0 /scumm/script_v80he.cpp
parent4361ef655eb1619f91282c07c763151d1186224d (diff)
downloadscummvm-rg350-f50af11b5d99c1a6e8327261bfe1a3b3cae51dcc.tar.gz
scummvm-rg350-f50af11b5d99c1a6e8327261bfe1a3b3cae51dcc.tar.bz2
scummvm-rg350-f50af11b5d99c1a6e8327261bfe1a3b3cae51dcc.zip
Add HE72 version of file rename opcode
svn-id: r17175
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 f573187592..8b4b255eeb 100644
--- a/scumm/script_v80he.cpp
+++ b/scumm/script_v80he.cpp
@@ -319,7 +319,7 @@ void ScummEngine_v80he::setupOpcodes() {
OPCODE(o72_writeFile),
OPCODE(o72_findAllObjects),
OPCODE(o72_deleteFile),
- OPCODE(o60_rename),
+ OPCODE(o72_rename),
/* E0 */
OPCODE(o80_unknownE0),
OPCODE(o72_getPixel),