TEENAGENT: Ensure openCD() is called

This commit is contained in:
Matthew Hoops 2015-09-29 01:13:05 -04:00 committed by Johannes Schickel
parent c0e11a431d
commit e9441aa809

View File

@ -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);