SHERLOCK: RT: Changes for doScript method ending code

This commit is contained in:
Paul Gilbert 2015-07-05 22:22:30 -04:00
parent 023084f7e7
commit ef492b351b
2 changed files with 5 additions and 4 deletions

View file

@ -879,11 +879,13 @@ void Talk::doScript(const Common::String &script) {
}
pullSequence();
if (_speaker >= 0 && _speaker < SPEAKER_REMOVE)
people.clearTalking();
if (IS_ROSE_TATTOO)
if (IS_SERRATED_SCALPEL) {
if (_speaker >= 0 && _speaker < SPEAKER_REMOVE)
people.clearTalking();
} else {
static_cast<Tattoo::TattooPeople *>(_vm->_people)->pullNPCPaths();
}
}
}