diff options
-rw-r--r-- | engines/sci/sfx/music.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/sfx/music.cpp b/engines/sci/sfx/music.cpp index 7559359325..c76c27c518 100644 --- a/engines/sci/sfx/music.cpp +++ b/engines/sci/sfx/music.cpp @@ -669,6 +669,7 @@ void MidiParser_SCI::parseNextEvent(EventInfo &info) { } else { _pSnd->status = kSndStatusStopped; PUT_SEL32V(segMan, _pSnd->soundObj, signal, 0xFFFF); + PUT_SEL32V(segMan, _pSnd->soundObj, state, kSndStatusStopped); debugC(2, kDebugLevelSound, "signal EOT"); } } |