mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-28 12:46:56 +00:00
c&p bug, it should not break loop but continue
svn-id: r13614
This commit is contained in:
parent
443d7ec553
commit
415a0f6880
@ -330,7 +330,7 @@ void IMuseDigital::callback() {
|
|||||||
if (_track[l]->curRegion == -1) {
|
if (_track[l]->curRegion == -1) {
|
||||||
switchToNextRegion(l);
|
switchToNextRegion(l);
|
||||||
if (_track[l]->toBeRemoved)
|
if (_track[l]->toBeRemoved)
|
||||||
break;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
int bits = _sound->getBits(_track[l]->soundHandle);
|
int bits = _sound->getBits(_track[l]->soundHandle);
|
||||||
|
Loading…
Reference in New Issue
Block a user