diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/mixer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mixer.cpp b/sound/mixer.cpp index 0e1dc90761..c1ab3ed884 100644 --- a/sound/mixer.cpp +++ b/sound/mixer.cpp @@ -593,7 +593,7 @@ SoundMixer::ChannelStream::ChannelStream(SoundMixer * mixer, void * sound, uint3 byte flags) { _mixer = mixer; _flags = flags; - _bufferSize = 850000; + _bufferSize = 2000000; _ptr = (byte *)malloc(_bufferSize); memcpy(_ptr, sound, size); _endOfData = _ptr + size; |