diff --git a/src/sound.cxx b/src/sound.cxx index 8476521..bdab2c1 100644 --- a/src/sound.cxx +++ b/src/sound.cxx @@ -66,7 +66,7 @@ CSound::StopAllSounds (bool immediat, const std::set * except) if (immediat || Platform::getType () == Platform::Type::JS) Mix_HaltChannel (i + 1); else - Mix_FadeOutChannel (i + 1, 500); + Mix_FadeOutChannel (i + 1, 800); } }