aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v90he.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-04-27 14:26:52 +0000
committerTravis Howell2005-04-27 14:26:52 +0000
commitf5189c323b1ce0ae8f713d4799a7fc6b77cc1efc (patch)
tree498123765feac2f7d6b889c9841d2dc23d8cc7cc /scumm/script_v90he.cpp
parentf6971f847ce37b7c8afbbd29262a1ffed7335610 (diff)
downloadscummvm-rg350-f5189c323b1ce0ae8f713d4799a7fc6b77cc1efc.tar.gz
scummvm-rg350-f5189c323b1ce0ae8f713d4799a7fc6b77cc1efc.tar.bz2
scummvm-rg350-f5189c323b1ce0ae8f713d4799a7fc6b77cc1efc.zip
Minor clean up, HE games should always copy strings directly.
svn-id: r17838
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 3d1fc27341..13b7ae0a9f 100644
--- a/scumm/script_v90he.cpp
+++ b/scumm/script_v90he.cpp
@@ -47,7 +47,7 @@ void ScummEngine_v90he::setupOpcodes() {
OPCODE(o72_pushDWord),
OPCODE(o6_pushWordVar),
/* 04 */
- OPCODE(o72_addMessageToStack),
+ OPCODE(o72_getScriptString),
OPCODE(o6_invalid),
OPCODE(o6_invalid),
OPCODE(o6_wordArrayRead),