SHERLOCK: Fix stopping Watson from moving when talking to him

This commit is contained in:
Paul Gilbert 2015-04-14 21:24:24 -05:00
parent b14debc207
commit 460a84e68f
2 changed files with 2 additions and 2 deletions

View file

@ -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();