Fixed crackling in Kyra 3 sound. (At least what little of it ScummVM currently

plays before finishing.)

svn-id: r22499
This commit is contained in:
Torbjörn Andersson 2006-05-17 19:42:55 +00:00
parent f7c29ccc8b
commit c27b1201d4

View File

@ -180,7 +180,7 @@ int AUDStream::readChunk(int16 *buffer, const int maxSamples) {
return 0; return 0;
} }
int16 curSample = 0; int16 curSample = 0x80;
byte code = 0; byte code = 0;
int8 count = 0; int8 count = 0;
uint16 input = 0; uint16 input = 0;