aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/talk.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/talk.h')
-rw-r--r--engines/sherlock/talk.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/sherlock/talk.h b/engines/sherlock/talk.h
index 2f7f2d0c42..767c7c803c 100644
--- a/engines/sherlock/talk.h
+++ b/engines/sherlock/talk.h
@@ -256,6 +256,11 @@ protected:
virtual void showTalk() = 0;
/**
+ * Called when a character being spoken to has no talk options to display
+ */
+ virtual void nothingToSay() = 0;
+
+ /**
* Called when the active speaker is switched
*/
virtual void switchSpeaker(int subIndex) {}