From 612266d8a514a15a8ccf91956908a8b742587df2 Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Fri, 26 Dec 2003 15:48:41 +0000 Subject: forgot this svn-id: r11947 --- scumm/imuse_digi.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'scumm') diff --git a/scumm/imuse_digi.cpp b/scumm/imuse_digi.cpp index 5bb4c3357d..fff259134e 100644 --- a/scumm/imuse_digi.cpp +++ b/scumm/imuse_digi.cpp @@ -808,6 +808,7 @@ void IMuseDigital::startSound(int sound) { if ((sound == kTalkSoundID) && (_voiceVocData)) { _channel[l].mixerSize = _voiceVocRate * 2; + _channel[l].freq = _voiceVocRate; _channel[l].size = _voiceVocSize * 2; _channel[l].bits = 8; _channel[l].channels = 2; -- cgit v1.2.3