diff options
-rw-r--r-- | sound/adpcm.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/adpcm.cpp b/sound/adpcm.cpp index d2e1e72aed..5d213842e6 100644 --- a/sound/adpcm.cpp +++ b/sound/adpcm.cpp @@ -92,6 +92,7 @@ ADPCMInputStream::ADPCMInputStream(Common::SeekableReadStream *stream, uint32 si _status.last = 0; _status.stepIndex = 0; + memset(_status.ch, 0, sizeof(_status.ch)); _endpos = stream->pos() + size; _blockPos = _blockLen = 0; |