From 9b837c308f3175586aaceb273c6d11bfc778fbb1 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 7 Jun 2015 14:26:57 -0400 Subject: SHERLOCK: Fix for switching speakers --- engines/sherlock/talk.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/sherlock/talk.h') diff --git a/engines/sherlock/talk.h b/engines/sherlock/talk.h index fbcc9e7ab2..5385ab0fe6 100644 --- a/engines/sherlock/talk.h +++ b/engines/sherlock/talk.h @@ -256,6 +256,11 @@ protected: * Display the talk interface window */ virtual void talkInterface(const byte *&str) = 0; + + /** + * Pause when displaying a talk dialog on-screen + */ + virtual void talkWait(const byte *&str); public: TalkSequence _talkSequenceStack[TALK_SEQUENCE_STACK_SIZE]; bool _talkToAbort; -- cgit v1.2.3