From d1eb83a4703035510acd765b05f3c9786934f5bf Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 24 Nov 2006 09:27:50 +0000 Subject: Add findBox opcode for Hebrew version of Freddi Fish 1 svn-id: r24780 --- engines/scumm/he/script_v80he.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm/he/script_v80he.cpp') diff --git a/engines/scumm/he/script_v80he.cpp b/engines/scumm/he/script_v80he.cpp index 5f4816ce9e..ca1c7fd839 100644 --- a/engines/scumm/he/script_v80he.cpp +++ b/engines/scumm/he/script_v80he.cpp @@ -351,7 +351,7 @@ void ScummEngine_v80he::setupOpcodes() { OPCODE(o72_writeINI), OPCODE(o70_getStringLenForWidth), OPCODE(o70_getCharIndexInString), - OPCODE(o6_invalid), + OPCODE(o70_findBox), /* F8 */ OPCODE(o72_getResourceSize), OPCODE(o72_setFilePath), -- cgit v1.2.3