mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 07:21:19 +00:00
Cleanup colliders 3 (#2467)
* standardize s[Name][Collider]JntSphElementsInit[Name] * standardize ColliderCylinder struct members names on `[name]collider[s][Cylinder]` * format * fix * fix2 * fix3 * collidersCylinder -> colliderCylinders
This commit is contained in:
parent
c859678d5f
commit
6f8b4d82d5
49 changed files with 468 additions and 464 deletions
|
@ -89,7 +89,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
{ 20, 40, 20, { 0, 0, 0 } },
|
||||
};
|
||||
|
||||
static ColliderJntSphElementInit D_80AE1AA0[1] = {
|
||||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
{
|
||||
{
|
||||
ELEM_MATERIAL_UNK0,
|
||||
|
@ -113,7 +113,7 @@ static ColliderJntSphInit sJntSphInit = {
|
|||
COLSHAPE_JNTSPH,
|
||||
},
|
||||
1,
|
||||
D_80AE1AA0,
|
||||
sJntSphElementsInit,
|
||||
};
|
||||
|
||||
static CollisionCheckInfoInit sColChkInfoInit = { 4, 25, 50, 40 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue