mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Increase sound fade from 500ms to 800ms
This commit is contained in:
parent
77c0a6ee3b
commit
8d1236fbba
@ -40,7 +40,7 @@ CSound::StopSound (bool immediat, Sint32 rank)
|
|||||||
if (immediat || Platform::getType () == Platform::Type::JS)
|
if (immediat || Platform::getType () == Platform::Type::JS)
|
||||||
Mix_HaltChannel (stopCh + 1);
|
Mix_HaltChannel (stopCh + 1);
|
||||||
else
|
else
|
||||||
Mix_FadeOutChannel (stopCh + 1, 500);
|
Mix_FadeOutChannel (stopCh + 1, 800);
|
||||||
}
|
}
|
||||||
|
|
||||||
m_channelBlupi[rank] = SOUND_NONE;
|
m_channelBlupi[rank] = SOUND_NONE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user