Skip to content

Commit

Permalink
SHERLOCK: RT: Fix hang on ALLOW_TALK_CODE sequence code
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Aug 17, 2015
1 parent fe362f3 commit 1aba10f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/sherlock/objects.cpp
Expand Up @@ -180,6 +180,7 @@ void BaseObject::checkObject() {
if (IS_ROSE_TATTOO && v == ALLOW_TALK_CODE) {
if (_gotoSeq) {
setObjTalkSequence(_gotoSeq);
_gotoSeq = 0;
} else {
++_frameNumber;
}
Expand Down

0 comments on commit 1aba10f

Please sign in to comment.