SHERLOCK: Fix stopping Watson from moving when talking to him
This commit is contained in:
parent
b14debc207
commit
460a84e68f
2 changed files with 2 additions and 2 deletions
|
@ -880,7 +880,7 @@ void Talk::clearSequences() {
|
|||
void Talk::pullSequence() {
|
||||
Scene &scene = *_vm->_scene;
|
||||
|
||||
if (_scriptStack.empty())
|
||||
if (_sequenceStack.empty())
|
||||
return;
|
||||
|
||||
SequenceEntry seq = _sequenceStack.pop();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue