diff options
Diffstat (limited to 'engines/tinsel/adpcm.cpp')
-rw-r--r-- | engines/tinsel/adpcm.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/tinsel/adpcm.cpp b/engines/tinsel/adpcm.cpp index 9de3dff341..2c48d6405c 100644 --- a/engines/tinsel/adpcm.cpp +++ b/engines/tinsel/adpcm.cpp @@ -132,6 +132,8 @@ int Tinsel6_ADPCMStream::readBuffer(int16 *buffer, const int numSamples) { buffer[samples] = decodeTinsel((_chunkData << 2) & 0xFC00, eVal); _blockPos[0]++; break; + default: + break; } } |