SHERLOCK: Fix original game bug when testing powdery substance

This commit is contained in:
Paul Gilbert 2015-05-02 14:34:49 -10:00
parent dceff02922
commit eb4757d6e3

View file

@ -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);
}