diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-07-09 16:49:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-09 16:49:12 +0100 |
commit | b1d8597062896635ac8de02da3804ab738e8bfed (patch) | |
tree | a4a85627cb6fed0154f5ace47979d75c1ddea6f6 /include/sound.h | |
parent | c29ce2882c424ddbc150cb2badddc228ae15fbc5 (diff) | |
parent | 8aa6bcd0c030301f5d5b7712c457aa15db88fec1 (diff) |
Merge branch 'master' into communication_error
Diffstat (limited to 'include/sound.h')
-rw-r--r-- | include/sound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound.h b/include/sound.h index 781c6b5b..aa2f1641 100644 --- a/include/sound.h +++ b/include/sound.h @@ -62,7 +62,7 @@ BOOL GF_Snd_LoadSeq(int seqNo); BOOL GF_Snd_LoadSeqEx(int seqNo, u32 loadFlag); BOOL GF_Snd_LoadWaveArc(int waveArcNo); BOOL GF_Snd_LoadBank(int bankNo); -u32 * FUN_02003FF4(int playerNo); +u32 * GetSoundPlayer(int playerNo); u32 FUN_02004018(u32 a0); void DoSoundUpdateFrame(void); |