[Scummvm-tracker] [ScummVM :: Bugs] #13555: LSL6HIRES: Door close sound plays at wrong moment
ScummVM :: Bugs
trac at scummvm.org
Thu Jun 9 01:57:00 UTC 2022
#13555: LSL6HIRES: Door close sound plays at wrong moment
---------------------+-----------------------------------
Reporter: RayKoopa | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: SCI
Version: | Resolution:
Keywords: sound | Game: Leisure Suit Larry 6
---------------------+-----------------------------------
Comment (by RayKoopa):
Unrelated, but this reminds me of a bug in a custom game engine I worked
on once.
A sound was queued to start but also told to stop before the sound system
could put it into the "playing sounds" list. When telling it to stop, it
immediately iterated over this list, didn't find the sound, and thus never
set it's immediate stop state, so the sound just started playing
completely once the sound system did the next update...
Maybe SCI works kinda similar, who knows - well at least I sadly don't ;-)
--
Ticket URL: <https://bugs.scummvm.org/ticket/13555#comment:3>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list