mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-19 16:18:45 +00:00
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:
parent
f7c29ccc8b
commit
c27b1201d4
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user