aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel_talk.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-07 16:59:56 -0400
committerPaul Gilbert2015-06-07 16:59:56 -0400
commit9ce6dc72d35ba1339a37f8700e2608bc7440b900 (patch)
tree6f706f3a9db96e6fd16eb69d35d37dd7c59bbb8e /engines/sherlock/scalpel/scalpel_talk.cpp
parenta066d27aeef2ef37be710dd9d160da08acfff0c7 (diff)
downloadscummvm-rg350-9ce6dc72d35ba1339a37f8700e2608bc7440b900.tar.gz
scummvm-rg350-9ce6dc72d35ba1339a37f8700e2608bc7440b900.tar.bz2
scummvm-rg350-9ce6dc72d35ba1339a37f8700e2608bc7440b900.zip
SHERLOCK: Add missing OP_END_TEXT_WINDOW opcode
Diffstat (limited to 'engines/sherlock/scalpel/scalpel_talk.cpp')
-rw-r--r--engines/sherlock/scalpel/scalpel_talk.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sherlock/scalpel/scalpel_talk.cpp b/engines/sherlock/scalpel/scalpel_talk.cpp
index 0ad162e160..217ed9b2a4 100644
--- a/engines/sherlock/scalpel/scalpel_talk.cpp
+++ b/engines/sherlock/scalpel/scalpel_talk.cpp
@@ -98,7 +98,8 @@ const byte SCALPEL_OPCODES[] = {
0, // OP_RESTORE_PEOPLE_SEQUENCE
0, // OP_NPC_VERB_TARGET
0, // OP_TURN_SOUNDS_OFF
- 0 // OP_NULL
+ 0, // OP_NULL
+ 0 // OP_END_TEXT_WINDOW
};
/*----------------------------------------------------------------*/