diff options
Diffstat (limited to 'engines/agos')
-rw-r--r-- | engines/agos/res_snd.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/agos/res_snd.cpp b/engines/agos/res_snd.cpp index a66642657e..965a0a37ae 100644 --- a/engines/agos/res_snd.cpp +++ b/engines/agos/res_snd.cpp @@ -179,9 +179,9 @@ void AGOSEngine::loadMusic(uint music) { } else if (getGameType() == GType_SIMON1) { midi.stop(); - // Support for compressed music from the music enhancement project + // Support for compressed music from the ScummVM Music Enhancement Project AudioCD.stop(); - AudioCD.play(music, -1, 0, 0); + AudioCD.play(music + 1, -1, 0, 0); if (AudioCD.isPlaying()) return; |