mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
SHERLOCK: SS: Fix freeze when using flower on flask
This commit is contained in:
parent
676f0e01d1
commit
531292e04e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user