From 531292e04e7312f97f3e88e0934939a6bfb5018d Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 3 Oct 2015 21:24:38 -0400 Subject: SHERLOCK: SS: Fix freeze when using flower on flask --- engines/sherlock/scalpel/scalpel_talk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/sherlock/scalpel/scalpel_talk.h b/engines/sherlock/scalpel/scalpel_talk.h index 4d54273f4a..a9a3753b64 100644 --- a/engines/sherlock/scalpel/scalpel_talk.h +++ b/engines/sherlock/scalpel/scalpel_talk.h @@ -145,7 +145,7 @@ public: /** * Returns true if the script stack is empty */ - virtual bool isSequencesEmpty() const { return _scriptStack.empty(); } + virtual bool isSequencesEmpty() const { return _sequenceStack.empty(); } /** * Clears the stack of pending object sequences associated with speakers in the scene -- cgit v1.2.3