mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
fix music ear blast bug
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
c636713a43
commit
487e0c6b2d
@@ -962,7 +962,7 @@ void musicclass::play(int t)
|
|||||||
m_doFadeInVol = false;
|
m_doFadeInVol = false;
|
||||||
m_doFadeOutVol = false;
|
m_doFadeOutVol = false;
|
||||||
musicVolume = VVV_MAX_VOLUME;
|
musicVolume = VVV_MAX_VOLUME;
|
||||||
MusicTrack::SetVolume(musicVolume);
|
MusicTrack::SetVolume(VVV_MAX_VOLUME * user_music_volume / USER_VOLUME_MAX);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user