diff --git a/src/sound.cxx b/src/sound.cxx index 579e724..8476521 100644 --- a/src/sound.cxx +++ b/src/sound.cxx @@ -40,7 +40,7 @@ CSound::StopSound (bool immediat, Sint32 rank) if (immediat || Platform::getType () == Platform::Type::JS) Mix_HaltChannel (stopCh + 1); else - Mix_FadeOutChannel (stopCh + 1, 500); + Mix_FadeOutChannel (stopCh + 1, 800); } m_channelBlupi[rank] = SOUND_NONE;