Minor clean up, HE games should always copy strings directly.

svn-id: r17838
This commit is contained in:
Travis Howell 2005-04-27 14:26:52 +00:00
parent f6971f847c
commit f5189c323b
5 changed files with 11 additions and 11 deletions

View file

@ -49,7 +49,7 @@ void ScummEngine_v80he::setupOpcodes() {
OPCODE(o72_pushDWord),
OPCODE(o6_pushWordVar),
/* 04 */
OPCODE(o72_addMessageToStack),
OPCODE(o72_getScriptString),
OPCODE(o6_invalid),
OPCODE(o6_invalid),
OPCODE(o6_wordArrayRead),