mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 07:21:19 +00:00
Colliders: elemType -> elemMaterial (#2189)
* elemType -> elemMaterial * format
This commit is contained in:
parent
8f0e2fc29c
commit
48780cd2b1
240 changed files with 560 additions and 561 deletions
|
@ -43,7 +43,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
COLSHAPE_CYLINDER,
|
||||
},
|
||||
{
|
||||
ELEMTYPE_UNK2,
|
||||
ELEM_MATERIAL_UNK2,
|
||||
{ 0x00000000, 0x00, 0x00 },
|
||||
{ 0x0003F828, 0x00, 0x00 },
|
||||
ATELEM_NONE,
|
||||
|
@ -56,7 +56,7 @@ static ColliderCylinderInit sCylinderInit = {
|
|||
static ColliderJntSphElementInit sJntSphElementsInit[1] = {
|
||||
{
|
||||
{
|
||||
ELEMTYPE_UNK0,
|
||||
ELEM_MATERIAL_UNK0,
|
||||
{ 0x00000008, 0x00, 0x08 },
|
||||
{ 0x00000000, 0x00, 0x00 },
|
||||
ATELEM_ON | ATELEM_SFX_NONE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue