From eaa5d50c3f66865a76a5d20f257061b6b79a88f6 Mon Sep 17 00:00:00 2001 From: athrxx Date: Wed, 4 Jan 2012 17:53:56 +0100 Subject: KYRA: (EOB) - add basic distinction between music and sound effects (The original code of the DOS version does not distinguish here, but we do it anyway so as to make more sense of the GMM volume settings) --- engines/kyra/sound_adlib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/kyra/sound_adlib.cpp') diff --git a/engines/kyra/sound_adlib.cpp b/engines/kyra/sound_adlib.cpp index cce18b5ea4..668e662413 100644 --- a/engines/kyra/sound_adlib.cpp +++ b/engines/kyra/sound_adlib.cpp @@ -2405,7 +2405,7 @@ void SoundAdLibPC::play(uint8 track, uint8 volume) { } void SoundAdLibPC::beginFadeOut() { - play(1, 0xff); + play(_version > 2 ? 1 : 15, 0xff); } int SoundAdLibPC::checkTrigger() { -- cgit v1.2.3