Skip to content

Commit

Permalink
AGOS: Mark the audio CD playback as emulate only
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops authored and Johannes Schickel committed Mar 13, 2016
1 parent fc8480c commit ec5df57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/agos/res_snd.cpp
Expand Up @@ -228,7 +228,7 @@ void AGOSEngine_Simon1::playMusic(uint16 music, uint16 track) {

// Support for compressed music from the ScummVM Music Enhancement Project
_system->getAudioCDManager()->stop();
_system->getAudioCDManager()->play(music + 1, -1, 0, 0);
_system->getAudioCDManager()->play(music + 1, -1, 0, 0, true);
if (_system->getAudioCDManager()->isPlaying())
return;

Expand Down

0 comments on commit ec5df57

Please sign in to comment.