aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v80he.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-02-02 12:05:00 +0000
committerTravis Howell2005-02-02 12:05:00 +0000
commitcc708339eaea6dbd85ba7ca607530129381f8461 (patch)
tree1475ddf999c415bad690cc307536205d56e9a187 /scumm/script_v80he.cpp
parent8e9b6da08d09b4e6a2062e374974353f796b858d (diff)
downloadscummvm-rg350-cc708339eaea6dbd85ba7ca607530129381f8461.tar.gz
scummvm-rg350-cc708339eaea6dbd85ba7ca607530129381f8461.tar.bz2
scummvm-rg350-cc708339eaea6dbd85ba7ca607530129381f8461.zip
Merge two opcode, move two opcodes back to HE70.
svn-id: r16731
Diffstat (limited to 'scumm/script_v80he.cpp')
-rw-r--r--scumm/script_v80he.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/scumm/script_v80he.cpp b/scumm/script_v80he.cpp
index 898d9b14d0..8dae92b389 100644
--- a/scumm/script_v80he.cpp
+++ b/scumm/script_v80he.cpp
@@ -336,12 +336,12 @@ void ScummEngine_v80he::setupOpcodes() {
OPCODE(o72_redimArray),
OPCODE(o60_readFilePos),
/* EC */
- OPCODE(o72_copyString),
+ OPCODE(o70_copyString),
OPCODE(o70_getStringWidth),
OPCODE(o70_getStringLen),
- OPCODE(o72_appendString),
+ OPCODE(o70_appendString),
/* F0 */
- OPCODE(o72_concatString),
+ OPCODE(o70_concatString),
OPCODE(o70_compareString),
OPCODE(o72_checkGlobQueue),
OPCODE(o72_readINI),