Merge pull request #1616 from GriffinRichards/missing-req
Add missing :req, remove old macros
This commit is contained in:
@@ -83,7 +83,7 @@ void m4aSoundInit(void)
|
||||
for (i = 0; i < NUM_MUSIC_PLAYERS; i++)
|
||||
{
|
||||
struct MusicPlayerInfo *mplayInfo = gMPlayTable[i].info;
|
||||
MPlayOpen(mplayInfo, gMPlayTable[i].track, gMPlayTable[i].unk_8);
|
||||
MPlayOpen(mplayInfo, gMPlayTable[i].track, gMPlayTable[i].numTracks);
|
||||
mplayInfo->unk_B = gMPlayTable[i].unk_A;
|
||||
mplayInfo->memAccArea = gMPlayMemAccArea;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user