Revert opcode EF merge, HE72 uses different array structure.

svn-id: r15905
This commit is contained in:
Travis Howell 2004-11-27 02:47:46 +00:00
parent d172111444
commit 6cd046a906
5 changed files with 26 additions and 4 deletions

View file

@ -342,7 +342,7 @@ void ScummEngine_v90he::setupOpcodes() {
OPCODE(o72_copyString),
OPCODE(o70_getStringWidth),
OPCODE(o70_getStringLen),
OPCODE(o70_appendString),
OPCODE(o72_appendString),
/* F0 */
OPCODE(o72_concatString),
OPCODE(o70_compareString),