aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/sound.cpp')
-rw-r--r--scumm/sound.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/sound.cpp b/scumm/sound.cpp
index 8226c204d7..e759b52275 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -294,7 +294,8 @@ void Sound::playSound(int soundID, int heOffset, int heChannel, int heFlags) {
Common::MemoryReadStream stream(ptr, size);
if (!loadWAVFromStream(stream, size, rate, flags)) {
- error("playSound: Not a valid WAV file");
+ warning("playSound: IMA ADPCM compression not supported");
+ return;
}
// Allocate a sound buffer, copy the data into it, and play