mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Reset fade booleans when silencing music
This fixes a bug where the music would keep playing when a collection prompt appeared if the music was still fading in at that time.
This commit is contained in:
@@ -281,6 +281,8 @@ void musicclass::haltdasmusik(void)
|
|||||||
void musicclass::silencedasmusik(void)
|
void musicclass::silencedasmusik(void)
|
||||||
{
|
{
|
||||||
musicVolume = 0;
|
musicVolume = 0;
|
||||||
|
m_doFadeInVol = false;
|
||||||
|
m_doFadeOutVol = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct FadeState
|
struct FadeState
|
||||||
|
|||||||
Reference in New Issue
Block a user