diff options
-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), |