mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Applied patch #993803 (fix for a COMI hang) after some discussion with
aquadran. Let's hope the cure isn't worse than the disease... svn-id: r14277
This commit is contained in:
@@ -277,7 +277,7 @@ int IMuseDigital::getSoundStatus(int sound) const {
|
||||
Track *track = _track[l];
|
||||
if (track->soundId == sound) {
|
||||
if ((track->stream2 && track->handle.isActive()) ||
|
||||
(track->stream && track->used)) {
|
||||
(track->stream && track->used && !track->readyToRemove)) {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user