aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v8.cpp')
-rw-r--r--scumm/script_v8.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp
index fe4641e11e..14871394d0 100644
--- a/scumm/script_v8.cpp
+++ b/scumm/script_v8.cpp
@@ -229,7 +229,7 @@ void Scumm_v8::setupOpcodes()
OPCODE(o6_printSystem),
OPCODE(o8_blastText),
/* 98 */
- OPCODE(o6_invalid),
+ OPCODE(o6_isSoundRunning), // FIXME should be O_DRAW_OBJECT
OPCODE(o6_invalid),
OPCODE(o6_invalid),
OPCODE(o6_invalid),