#13501 closed defect (fixed)
LSL6 Hi-Res: Canceling narrator doesn't cancel Daryl waiting to press button
Reported by: | RayKoopa | Owned by: | sluicebox |
---|---|---|---|
Priority: | low | Component: | Engine: SCI |
Version: | Keywords: | original | |
Cc: | RayKoopa | Game: | Leisure Suit Larry 6 |
Description
- ScummVM 2.6.0git5957-ga933a0d261c (May 23 2022 02:04:07)
- Game language: English
- Game version: Hi-Res 1.000.000
- Windows 11 21H2 10.0.22000.675
Steps to reproduce:
- Go to the gate house in front of the hotel.
- Use the "Take" action on the handcuffs, pistol, or pocket on Daryl's belt.
- Cancel the narrator saying "Without thinking twice..."
- Notice how Daryl still waits to press the button as if waiting for the narrator to end his sentence.
This does not happen in the lo-res version of the game.
It also does not happen in the hi-res version in DOSBox.
Attachments (1)
Change History (5)
by , 3 years ago
Attachment: | lsl6hires.001 added |
---|
comment:1 by , 2 years ago
comment:2 by , 2 years ago
Yes, I can confirm that there is no delay when canceling Neil Ross _after_ 2 seconds. Daryl has moved his finger up by then, so maybe they attempted to do some minimal wait here for players to see his finger animation properly?
comment:3 by , 2 years ago
Keywords: | original added |
---|---|
Owner: | set to |
Resolution: | → fixed |
Status: | new → closed |
Fixed in: https://github.com/scummvm/scummvm/commit/1c2e1bc54fe661c442fe6b91297c6aa25c0541fa
The delay when dismissing the message early is now consistent and unaffected by the speed test. Thanks for reporting!
Note:
See TracTickets
for help on using tickets.
Another great catch! This is a weird script that calculates a delay that's way too long (30+ seconds) because of the way scummvm handles speed tests and speed throttling. It's the only script that does anything like this, so we can just patch it to something reasonable. It's just a backup delay that gets used if you dismiss the message quickly, like within the first two seconds.