scummvm/engines/sci/sound
Filippos Karapetis 0f30ba2f10 SCI: Fix bug #3614566 - "LSL6: ScummVM locks up at Electro-Shock room"
We now do the jumpToTick() for hold events after waiting for the delta
of the current event, like we do for the signal set events. This keeps
the fixes for the hold timings in QFG3, while not breaking LSL6.

Many thanks to wjp for pinpointing the actual cause of the issue.
2013-07-07 19:41:42 +03:00
..
drivers SCI: Silence some false positive warnings - CID 1003539, 1003540, 1003541, 1003542 2013-05-01 01:51:12 +03:00
audio.cpp SCI: Report sound stream loading errors 2013-04-20 16:13:41 +02:00
audio.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
midiparser_sci.cpp SCI: Fix bug #3614566 - "LSL6: ScummVM locks up at Electro-Shock room" 2013-07-07 19:41:42 +03:00
midiparser_sci.h SCI: Fix bug #3614566 - "LSL6: ScummVM locks up at Electro-Shock room" 2013-07-07 19:41:42 +03:00
music.cpp SCI: Notify scripts of completed fade when aborting it 2013-04-06 20:31:34 +02:00
music.h SCI: Rename _bMultiMidi to _useDigitalSFX and only initialize it inside SoundCommandParser 2011-12-28 13:14:55 +02:00
soundcmd.cpp SCI: Implement the 4-param version of kDoSoundSendMidi - bug #3614447 2013-06-19 02:08:06 +03:00
soundcmd.h SCI: Rename _bMultiMidi to _useDigitalSFX and only initialize it inside SoundCommandParser 2011-12-28 13:14:55 +02:00