SHERLOCK: Flower girl first greeting now interrupts actions
This commit is contained in:
parent
4172ab1396
commit
3727a4885b
1 changed files with 5 additions and 0 deletions
|
@ -187,6 +187,11 @@ void ScalpelTalk::talkTo(const Common::String filename) {
|
||||||
// WORKAROUND: Original game bug causes the results of testing the powdery substance
|
// 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
|
// to disappear too quickly. Introduce a delay to allow it to be properly displayed
|
||||||
ui._menuCounter = 30;
|
ui._menuCounter = 30;
|
||||||
|
} else if (filename == "Lesl24z.tlk") {
|
||||||
|
// WORKAROUND: Walking to the flower girl the first time triggers
|
||||||
|
// this automatic talk. This should abort any other action, such
|
||||||
|
// as trying to look at her, else the UI gets corrupted
|
||||||
|
_talkToAbort = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue