mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 14:31:17 +00:00
Name Actor_PlaySfx
and Player_PlaySfx
(#1469)
* name two main actor sfx functions * adjust comments * fix double s in player * fix commas
This commit is contained in:
parent
f181c2f10e
commit
be22b836f6
213 changed files with 1424 additions and 1414 deletions
|
@ -183,7 +183,7 @@ void EnBx_Update(Actor* thisx, PlayState* play) {
|
|||
}
|
||||
}
|
||||
|
||||
Audio_PlayActorSfx2(thisx, NA_SE_EN_BIRI_SPARK - SFX_FLAG);
|
||||
Actor_PlaySfx(thisx, NA_SE_EN_BIRI_SPARK - SFX_FLAG);
|
||||
}
|
||||
thisx->focus.pos = thisx->world.pos;
|
||||
Collider_UpdateCylinder(thisx, &this->collider);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue