From e9addb5a5e072b28eecfa1739ae38d67b68a2b23 Mon Sep 17 00:00:00 2001 From: krzys-h Date: Sat, 28 Dec 2013 12:30:46 +0100 Subject: Added smooth transition in music - issue #205 --- src/sound/sound.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/sound/sound.cpp') diff --git a/src/sound/sound.cpp b/src/sound/sound.cpp index d197b81..1605e2b 100644 --- a/src/sound/sound.cpp +++ b/src/sound/sound.cpp @@ -147,12 +147,12 @@ bool CSoundInterface::MuteAll(bool bMute) return true; } -bool CSoundInterface::PlayMusic(int rank, bool bRepeat) +bool CSoundInterface::PlayMusic(int rank, bool bRepeat, float fadeTime) { return true; } -bool CSoundInterface::PlayMusic(const std::string &filename, bool bRepeat) +bool CSoundInterface::PlayMusic(const std::string &filename, bool bRepeat, float fadeTime) { return true; } @@ -166,7 +166,7 @@ void CSoundInterface::SuspendMusic() { } -void CSoundInterface::StopMusic() +void CSoundInterface::StopMusic(float fadeTime) { } -- cgit v1.2.3-1-g7c22