mirror of
https://github.com/zeldaret/oot.git
synced 2025-05-10 11:03:46 +00:00
format
This commit is contained in:
parent
11f81f6a86
commit
7316e25d45
1 changed files with 2 additions and 1 deletions
|
@ -285,7 +285,8 @@ void EnMb_Init(Actor* thisx, PlayState* play) {
|
||||||
Collider_InitCylinder(play, &this->bodyCollider);
|
Collider_InitCylinder(play, &this->bodyCollider);
|
||||||
Collider_SetCylinder(play, &this->bodyCollider, &this->actor, &sBodyColliderInit);
|
Collider_SetCylinder(play, &this->bodyCollider, &this->actor, &sBodyColliderInit);
|
||||||
Collider_InitTris(play, &this->frontShieldingCollider);
|
Collider_InitTris(play, &this->frontShieldingCollider);
|
||||||
Collider_SetTris(play, &this->frontShieldingCollider, &this->actor, &sFrontShieldingTrisInit, this->frontShieldingColliderElements);
|
Collider_SetTris(play, &this->frontShieldingCollider, &this->actor, &sFrontShieldingTrisInit,
|
||||||
|
this->frontShieldingColliderElements);
|
||||||
Collider_InitQuad(play, &this->attackCollider);
|
Collider_InitQuad(play, &this->attackCollider);
|
||||||
Collider_SetQuad(play, &this->attackCollider, &this->actor, &sAttackColliderQuadInit);
|
Collider_SetQuad(play, &this->attackCollider, &this->actor, &sAttackColliderQuadInit);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue