aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel_talk.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-07 14:26:57 -0400
committerPaul Gilbert2015-06-07 14:26:57 -0400
commit9b837c308f3175586aaceb273c6d11bfc778fbb1 (patch)
treef7218e980bc4a3cefc3498d3f77928158e4a6d20 /engines/sherlock/scalpel/scalpel_talk.h
parentbe46bfd1f9eea2d74bb8dfe41841c4bfd9519a5d (diff)
downloadscummvm-rg350-9b837c308f3175586aaceb273c6d11bfc778fbb1.tar.gz
scummvm-rg350-9b837c308f3175586aaceb273c6d11bfc778fbb1.tar.bz2
scummvm-rg350-9b837c308f3175586aaceb273c6d11bfc778fbb1.zip
SHERLOCK: Fix for switching speakers
Diffstat (limited to 'engines/sherlock/scalpel/scalpel_talk.h')
-rw-r--r--engines/sherlock/scalpel/scalpel_talk.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/sherlock/scalpel/scalpel_talk.h b/engines/sherlock/scalpel/scalpel_talk.h
index 6a11824ee3..a3ac0f2845 100644
--- a/engines/sherlock/scalpel/scalpel_talk.h
+++ b/engines/sherlock/scalpel/scalpel_talk.h
@@ -56,6 +56,11 @@ protected:
* Display the talk interface window
*/
virtual void talkInterface(const byte *&str);
+
+ /**
+ * Pause when displaying a talk dialog on-screen
+ */
+ virtual void talkWait(const byte *&str);
public:
ScalpelTalk(SherlockEngine *vm);
virtual ~ScalpelTalk() {}