first file of shy w03Dll matching
This commit is contained in:
parent
773b8743db
commit
3cdec73868
7 changed files with 505 additions and 7 deletions
|
|
@ -160,7 +160,7 @@ void HuAudFXPanning(s32 arg0, s16 arg1) {
|
|||
}
|
||||
}
|
||||
|
||||
void HuAudFXListnerSet(s32 arg0, s32 arg1, float arg2, float arg3) {
|
||||
void HuAudFXListnerSet(Vec* arg0, Vec* arg1, float arg2, float arg3) {
|
||||
if (omSysExitReq == 0) {
|
||||
HuAudFXListnerSetEX(arg0, arg1,
|
||||
arg2 + Snd3DDistOffset,
|
||||
|
|
@ -171,7 +171,7 @@ void HuAudFXListnerSet(s32 arg0, s32 arg1, float arg2, float arg3) {
|
|||
}
|
||||
}
|
||||
|
||||
void HuAudFXListnerSetEX(s32 arg0, s32 arg1, float sndDist, float sndSpeed, float arg4, float arg5, float arg6) {
|
||||
void HuAudFXListnerSetEX(Vec* arg0, Vec* arg1, float sndDist, float sndSpeed, float arg4, float arg5, float arg6) {
|
||||
UnkMsmStruct_02 sp1C;
|
||||
|
||||
if (omSysExitReq == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue