diff options
-rw-r--r-- | engines/sherlock/talk.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/sherlock/talk.cpp b/engines/sherlock/talk.cpp index d05c09ab38..9af8a29c1e 100644 --- a/engines/sherlock/talk.cpp +++ b/engines/sherlock/talk.cpp @@ -433,6 +433,12 @@ void Talk::talkTo(const Common::String &filename) { // previous script can continue popStack(); + if (_vm->getGameID() == GType_SerratedScalpel && filename == "Tube59c") { + // WORKAROUND: Original game bug causes the results of testing the powdery substance + // to disappear too quickly. Introduce a delay to allow it to be properly displayed + ui._menuCounter = 30; + } + events.setCursor(ARROW); } |