1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-23 23:41:24 +00:00

Colliders: colType -> colMaterial (#2186)

* colType -> colMaterial

* fixups
This commit is contained in:
Dragorn421 2024-09-12 03:18:46 +02:00 committed by GitHub
parent 64570e871f
commit f193311013
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
249 changed files with 448 additions and 448 deletions

View file

@ -54,7 +54,7 @@ ActorProfile En_Peehat_Profile = {
static ColliderCylinderInit sCylinderInit = {
{
COLTYPE_WOOD,
COL_MATERIAL_WOOD,
AT_NONE,
AC_ON | AC_TYPE_PLAYER,
OC1_ON | OC1_TYPE_PLAYER,
@ -88,7 +88,7 @@ static ColliderJntSphElementInit sJntSphElemInit[1] = {
static ColliderJntSphInit sJntSphInit = {
{
COLTYPE_HIT6,
COL_MATERIAL_HIT6,
AT_NONE,
AC_ON | AC_TYPE_PLAYER,
OC1_ON | OC1_TYPE_PLAYER,
@ -101,7 +101,7 @@ static ColliderJntSphInit sJntSphInit = {
static ColliderQuadInit sQuadInit = {
{
COLTYPE_METAL,
COL_MATERIAL_METAL,
AT_ON | AT_TYPE_ENEMY,
AC_ON | AC_HARD | AC_TYPE_PLAYER,
OC1_NONE,