SHERLOCK: RT: Changes for doScript method ending code
This commit is contained in:
parent
023084f7e7
commit
ef492b351b
2 changed files with 5 additions and 4 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue