diff --git a/src/sound.cxx b/src/sound.cxx index 0a899bc..15a857d 100644 --- a/src/sound.cxx +++ b/src/sound.cxx @@ -123,7 +123,7 @@ bool CSound::Create () { if ( - Mix_OpenAudio (44100, MIX_DEFAULT_FORMAT, MIX_DEFAULT_CHANNELS, 4096) == -1) + Mix_OpenAudio (44100, MIX_DEFAULT_FORMAT, MIX_DEFAULT_CHANNELS, 1024) == -1) return false; Mix_AllocateChannels (MAXSOUND);