diff options
author | Max Horn | 2003-05-18 12:02:17 +0000 |
---|---|---|
committer | Max Horn | 2003-05-18 12:02:17 +0000 |
commit | a38c3599ce915424c3add0725546cc850dcd2684 (patch) | |
tree | bd25cab030919ab81e765f2fc1568cbd31ef3390 /scumm | |
parent | 9dc0a6d3c8381da5de061b9f43a171aef7c383e7 (diff) | |
download | scummvm-rg350-a38c3599ce915424c3add0725546cc850dcd2684.tar.gz scummvm-rg350-a38c3599ce915424c3add0725546cc850dcd2684.tar.bz2 scummvm-rg350-a38c3599ce915424c3add0725546cc850dcd2684.zip |
fixed opcode 0x47
svn-id: r7630
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/script_v2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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), |