mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-20 17:03:05 +00:00
parent
bb2c4e6a9e
commit
5a930d8fe7
@ -85,6 +85,7 @@ void AudioCDManager::play(int track, int numLoops, int startFrame, int duration)
|
||||
_track_info[index]->play(g_engine->_mixer, &_cd.handle, _cd.start, _cd.duration);
|
||||
} else {
|
||||
g_system->playCD(track, numLoops, startFrame, duration);
|
||||
_cd.playing = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user