aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel_talk.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-08-16 21:43:12 -0400
committerPaul Gilbert2015-08-16 21:43:12 -0400
commitc14f27aa48f89ec1a903effe87d03029c90060c1 (patch)
tree7d22285f08a0aa71d512580be325e1a4bd396530 /engines/sherlock/scalpel/scalpel_talk.h
parent28dc37e627814a15bff752bea2cf9a0492559e6a (diff)
downloadscummvm-rg350-c14f27aa48f89ec1a903effe87d03029c90060c1.tar.gz
scummvm-rg350-c14f27aa48f89ec1a903effe87d03029c90060c1.tar.bz2
scummvm-rg350-c14f27aa48f89ec1a903effe87d03029c90060c1.zip
SHERLOCK: RT: Add missing talk sequence stack handling
Diffstat (limited to 'engines/sherlock/scalpel/scalpel_talk.h')
-rw-r--r--engines/sherlock/scalpel/scalpel_talk.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/sherlock/scalpel/scalpel_talk.h b/engines/sherlock/scalpel/scalpel_talk.h
index 7ef67050d0..6f8b62cd2f 100644
--- a/engines/sherlock/scalpel/scalpel_talk.h
+++ b/engines/sherlock/scalpel/scalpel_talk.h
@@ -101,6 +101,12 @@ public:
* Trigger to play a 3DO talk dialog movie
*/
void talk3DOMovieTrigger(int subIndex);
+
+ /**
+ * Pulls a background object sequence from the sequence stack and restore's the
+ * object's sequence
+ */
+ virtual void pullSequence();
};
} // End of namespace Scalpel