mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-08-23 15:47:09 -04:00
Decomp, three audio functions (#7069)
This commit is contained in:
@@ -124,7 +124,7 @@ void Audio_ClearBGMMute(u8 channelIdx) {
|
||||
}
|
||||
}
|
||||
|
||||
void Audio_PlaySoundGeneral(u16 sfxId, Vec3f* pos, u8 token, f32* freqScale, f32* vol, s8* reverbAdd) {
|
||||
void Audio_PlaySfxGeneral(u16 sfxId, Vec3f* pos, u8 token, f32* freqScale, f32* vol, s8* reverbAdd) {
|
||||
size_t i;
|
||||
SoundRequest* req;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user