From eb24b8e4552bd1459d5340514593fab78ddcb58e Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Sat, 26 Sep 2009 16:03:16 +0000 Subject: FLAC support had a typo in detection, fixed svn-id: r44379 --- engines/tinsel/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/tinsel/sound.cpp') diff --git a/engines/tinsel/sound.cpp b/engines/tinsel/sound.cpp index c6d30fa222..4876f91a3a 100644 --- a/engines/tinsel/sound.cpp +++ b/engines/tinsel/sound.cpp @@ -522,7 +522,7 @@ void SoundManager::openSampleFiles(void) { _soundMode = kVorbisMode; break; - case MKID_BE('CLAF'): + case MKID_BE('CALF'): debugC(DEBUG_DETAILED, kTinselDebugSound, "Detected FLAC sound-data"); _soundMode = kFlacMode; break; -- cgit v1.2.3