aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v2.cpp
diff options
context:
space:
mode:
authorMax Horn2003-05-18 12:02:17 +0000
committerMax Horn2003-05-18 12:02:17 +0000
commita38c3599ce915424c3add0725546cc850dcd2684 (patch)
treebd25cab030919ab81e765f2fc1568cbd31ef3390 /scumm/script_v2.cpp
parent9dc0a6d3c8381da5de061b9f43a171aef7c383e7 (diff)
downloadscummvm-rg350-a38c3599ce915424c3add0725546cc850dcd2684.tar.gz
scummvm-rg350-a38c3599ce915424c3add0725546cc850dcd2684.tar.bz2
scummvm-rg350-a38c3599ce915424c3add0725546cc850dcd2684.zip
fixed opcode 0x47
svn-id: r7630
Diffstat (limited to 'scumm/script_v2.cpp')
-rw-r--r--scumm/script_v2.cpp2
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),