mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 12:55:24 +00:00
TEENAGENT: Ensure openCD() is called
This commit is contained in:
parent
c0e11a431d
commit
e9441aa809
@ -545,6 +545,10 @@ Common::Error TeenAgentEngine::run() {
|
||||
|
||||
syncSoundSettings();
|
||||
|
||||
// Initialize CD audio
|
||||
if (_gameDescription->flags & ADGF_CD)
|
||||
g_system->getAudioCDManager()->openCD();
|
||||
|
||||
setMusic(1);
|
||||
_mixer->playStream(Audio::Mixer::kMusicSoundType, &_musicHandle, music, -1, Audio::Mixer::kMaxChannelVolume, 0, DisposeAfterUse::NO, false);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user