diff --git a/engines/sherlock/objects.cpp b/engines/sherlock/objects.cpp index c89915fb521f..b412724002d4 100644 --- a/engines/sherlock/objects.cpp +++ b/engines/sherlock/objects.cpp @@ -180,6 +180,7 @@ void BaseObject::checkObject() { if (IS_ROSE_TATTOO && v == ALLOW_TALK_CODE) { if (_gotoSeq) { setObjTalkSequence(_gotoSeq); + _gotoSeq = 0; } else { ++_frameNumber; }