mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 07:39:08 +00:00
SCI: Add FIXME
This commit is contained in:
parent
da17953c12
commit
06cc30cf6c
@ -491,6 +491,10 @@ void MidiParser_SCI::parseNextEvent(EventInfo &info) {
|
||||
// though, so ignoring these signals in SCI0 games will result
|
||||
// in glitches (e.g. the intro of LB1 Amiga gets stuck - bug
|
||||
// #3297883). Refer to MusicEntry::setSignal() in sound/music.cpp.
|
||||
// FIXME: SSCI doesn't start playing at the very beginning
|
||||
// of the stream, but at a fixed location a few commands later.
|
||||
// That is probably why this signal isn't triggered
|
||||
// immediately there.
|
||||
if (_soundVersion <= SCI_VERSION_0_LATE ||
|
||||
_position._playTick || info.delta) {
|
||||
_signalSet = true;
|
||||
|
Loading…
Reference in New Issue
Block a user