mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-20 22:11:16 +00:00
Documentation pass centered on z_player_lib (#1230)
This commit is contained in:
parent
e68f321777
commit
d39ce02458
6 changed files with 220 additions and 191 deletions
|
@ -261,7 +261,7 @@ void EnBoom_Draw(Actor* thisx, PlayState* play) {
|
|||
Matrix_MultVec3f(&sMultVec1, &vec1);
|
||||
Matrix_MultVec3f(&sMultVec2, &vec2);
|
||||
|
||||
if (func_80090480(play, &this->collider, &this->boomerangInfo, &vec1, &vec2) != 0) {
|
||||
if (func_80090480(play, &this->collider, &this->boomerangInfo, &vec1, &vec2)) {
|
||||
EffectBlure_AddVertex(Effect_GetByIndex(this->effectIndex), &vec1, &vec2);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue