From a38c3599ce915424c3add0725546cc850dcd2684 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 18 May 2003 12:02:17 +0000 Subject: fixed opcode 0x47 svn-id: r7630 --- scumm/script_v2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp index 0061d90ad0..9a30c3fe51 100644 --- a/scumm/script_v2.cpp +++ b/scumm/script_v2.cpp @@ -121,7 +121,7 @@ void Scumm_v2::setupOpcodes() { OPCODE(o5_isLess), OPCODE(o2_drawObject), OPCODE(o5_increment), - OPCODE(o2_setState08), + OPCODE(o2_clearState08), /* 48 */ OPCODE(o5_isEqual), OPCODE(o5_faceActor), -- cgit v1.2.3