formatting

This commit is contained in:
Kurausukun
2020-10-16 16:57:41 -04:00
parent c31c2d93d7
commit bf03f1154f

View File

@@ -662,7 +662,7 @@ void FadeOutBody(struct MusicPlayerInfo *mplayInfo)
else
{
if ((s16)(mplayInfo->fadeOV-=(4 << FADE_VOL_SHIFT)) <= 0)
if ((s16)(mplayInfo->fadeOV -= (4 << FADE_VOL_SHIFT)) <= 0)
{
for (i = mplayInfo->trackCount, track = mplayInfo->tracks; i > 0; i--, track++)
{