aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel_talk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/scalpel/scalpel_talk.cpp')
-rw-r--r--engines/sherlock/scalpel/scalpel_talk.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sherlock/scalpel/scalpel_talk.cpp b/engines/sherlock/scalpel/scalpel_talk.cpp
index 8261304675..80e9b79364 100644
--- a/engines/sherlock/scalpel/scalpel_talk.cpp
+++ b/engines/sherlock/scalpel/scalpel_talk.cpp
@@ -537,6 +537,10 @@ void ScalpelTalk::talkWait(const byte *&str) {
}
}
+void ScalpelTalk::nothingToSay() {
+ error("Character had no talk options available");
+}
+
void ScalpelTalk::switchSpeaker(int subIndex) {
// If it's the 3DO, pass on to start the actor's conversation movie
if (IS_3DO)