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/eobcommon.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/kyra/eobcommon.h') diff --git a/engines/kyra/eobcommon.h b/engines/kyra/eobcommon.h index e7b3a7357a..851c52076b 100644 --- a/engines/kyra/eobcommon.h +++ b/engines/kyra/eobcommon.h @@ -1127,8 +1127,10 @@ protected: const uint8 *_numSpellsMage; // sound + void snd_playSong(int id); void snd_playSoundEffect(int id, int volume=0xFF); void snd_stopSound(); + void snd_fadeOut(); // keymap static const char *const kKeymapName; -- cgit v1.2.3