1
0
Fork 0
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:
Dragorn421 2025-02-15 04:41:32 +01:00 committed by GitHub
parent c859678d5f
commit 6f8b4d82d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
49 changed files with 468 additions and 464 deletions

View file

@ -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 };