diff --git a/third_party/libmodplug/src/snd_dsp.cpp b/third_party/libmodplug/src/snd_dsp.cpp index ab5a305..3a2969d 100644 --- a/third_party/libmodplug/src/snd_dsp.cpp +++ b/third_party/libmodplug/src/snd_dsp.cpp @@ -99,7 +99,7 @@ static LONG DolbyHiFilterBuffer[FILTERBUFFERSIZE]; static LONG SurroundBuffer[SURROUNDBUFFERSIZE]; // Access the main temporary mix buffer directly: avoids an extra pointer -extern int MixSoundBuffer[MIXBUFFERSIZE*2]; +extern int MixSoundBuffer[MIXBUFFERSIZE*4]; //cextern int MixReverbBuffer[MIXBUFFERSIZE*2]; extern int MixReverbBuffer[MIXBUFFERSIZE*2];