From fe35d372dab08a2e202b5ecb41ccc14298f8cfbd Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 3 Feb 2010 09:42:11 +0000 Subject: - Rename FlacStream to FLACStream. - Rename makeFlacStream to makeFLACStream. svn-id: r47846 --- engines/kyra/sound.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/kyra/sound.cpp') diff --git a/engines/kyra/sound.cpp b/engines/kyra/sound.cpp index af33d893d5..9b049eb2d6 100644 --- a/engines/kyra/sound.cpp +++ b/engines/kyra/sound.cpp @@ -273,8 +273,8 @@ const Sound::SpeechCodecs Sound::_supportedCodecs[] = { #endif // USE_VORBIS #ifdef USE_FLAC - { ".VOF", Audio::makeFlacStream }, - { ".FLA", Audio::makeFlacStream }, + { ".VOF", Audio::makeFLACStream }, + { ".FLA", Audio::makeFLACStream }, #endif // USE_FLAC { 0, 0 } -- cgit v1.2.3