From 31938bc071d6df12d31f4ad61cf368048cefea06 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 7 Feb 2008 23:27:08 +0000 Subject: Fixed kyra3 code. svn-id: r30822 --- engines/kyra/sound.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/kyra/sound.h') diff --git a/engines/kyra/sound.h b/engines/kyra/sound.h index ea1eb738b3..426d7b6896 100644 --- a/engines/kyra/sound.h +++ b/engines/kyra/sound.h @@ -476,7 +476,7 @@ public: /** * Plays a sound. * - * @param fileHandle file handle used for playback. + * @param stream Data stream used for playback * It will be deleted when playback is finished * @param loop true if the sound should loop (endlessly) * @param fadeIn true if the sound should be faded in volume wise @@ -484,7 +484,7 @@ public: * * @return channel playing the sound */ - int playSound(Common::File *fileHandle, bool loop = false, bool fadeIn = false, int channel = -1); + int playSound(Common::SeekableReadStream *stream, bool loop = false, bool fadeIn = false, int channel = -1); /** * Checks if a given channel is playing a sound. -- cgit v1.2.3