diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-09-17 00:11:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-16 18:11:01 -0400 |
| commit | 48780cd2b1d9a0f4f274ee1a0f91be2c98e80657 (patch) | |
| tree | f167bed4e11f641b3924d6c9f59ca7780233d488 /src/code/z_en_a_keep.c | |
| parent | 8f0e2fc29c6050b1eb48623a2ce90eeaa1f2fecc (diff) | |
Colliders: elemType -> elemMaterial (#2189)
* elemType -> elemMaterial
* format
Diffstat (limited to 'src/code/z_en_a_keep.c')
| -rw-r--r-- | src/code/z_en_a_keep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_en_a_keep.c b/src/code/z_en_a_keep.c index bfa7c383c..c90a7eb3b 100644 --- a/src/code/z_en_a_keep.c +++ b/src/code/z_en_a_keep.c @@ -42,7 +42,7 @@ static ColliderCylinderInit sCylinderInit = { COLSHAPE_CYLINDER, }, { - ELEMTYPE_UNK2, + ELEM_MATERIAL_UNK2, { 0x00000000, 0x00, 0x00 }, { 0xFFCFFFFF, 0x00, 0x00 }, ATELEM_NONE, |
