From c27b1201d44814b338e97f4a91fdf8feb632f2e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B6rn=20Andersson?= Date: Wed, 17 May 2006 19:42:55 +0000 Subject: [PATCH] Fixed crackling in Kyra 3 sound. (At least what little of it ScummVM currently plays before finishing.) svn-id: r22499 --- engines/kyra/sound_digital.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/kyra/sound_digital.cpp b/engines/kyra/sound_digital.cpp index 6be1e1f2ef8..9bfe788b624 100644 --- a/engines/kyra/sound_digital.cpp +++ b/engines/kyra/sound_digital.cpp @@ -180,7 +180,7 @@ int AUDStream::readChunk(int16 *buffer, const int maxSamples) { return 0; } - int16 curSample = 0; + int16 curSample = 0x80; byte code = 0; int8 count = 0; uint16 input = 0;