mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-09 04:13:03 -05:00
formatting
This commit is contained in:
parent
c31c2d93d7
commit
bf03f1154f
|
|
@ -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++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user