diff options
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/imuse_digi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/imuse_digi.cpp b/scumm/imuse_digi.cpp index c8c734f5cc..5bb4c3357d 100644 --- a/scumm/imuse_digi.cpp +++ b/scumm/imuse_digi.cpp @@ -819,7 +819,7 @@ void IMuseDigital::startSound(int sound) { *(_channel[l].data + t * 2 + 1) = *(_voiceVocData + t); } - _voiceVocRate = NULL; + _voiceVocData = NULL; } else if (READ_UINT32(ptr) == MKID('Crea')) { byte *t_ptr= readCreativeVoc(ptr, size, _channel[l].freq); _channel[l].mixerSize = _channel[l].freq * 2; |