summaryrefslogtreecommitdiff
path: root/src/m4a.c
diff options
context:
space:
mode:
authorKurausukun <lord.uber1@gmail.com>2020-11-02 18:43:11 -0500
committerKurausukun <lord.uber1@gmail.com>2020-11-02 18:43:11 -0500
commit8bf401c2272b7c4182f54cb1285f6067fb5247f9 (patch)
tree6322a003e20536aae51399a930a9de9bea315c49 /src/m4a.c
parentfe40c0c4663d732c8ba9ca5f5e00b3c14a17d304 (diff)
address comments
Diffstat (limited to 'src/m4a.c')
-rw-r--r--src/m4a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m4a.c b/src/m4a.c
index 11a4525ea..50a9a54be 100644
--- a/src/m4a.c
+++ b/src/m4a.c
@@ -635,7 +635,7 @@ void MPlayStart(struct MusicPlayerInfo *mplayInfo, struct SongHeader *songHeader
track++;
}
- if (songHeader->reverb & 0x80)
+ if (songHeader->reverb & SOUND_MODE_REVERB_SET)
m4aSoundMode(songHeader->reverb);
mplayInfo->ident = ID_NUMBER;