1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-24 16:01:26 +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

@ -17,7 +17,7 @@ void DemoGj_Draw(Actor* thisx, PlayState* play);
static ColliderCylinderInitType1 sCylinderInit1 = {
{
COLTYPE_HIT0,
COL_MATERIAL_HIT0,
AT_NONE,
AC_ON | AC_TYPE_PLAYER,
OC1_NONE,
@ -36,7 +36,7 @@ static ColliderCylinderInitType1 sCylinderInit1 = {
static ColliderCylinderInitType1 sCylinderInit2 = {
{
COLTYPE_HIT0,
COL_MATERIAL_HIT0,
AT_NONE,
AC_ON | AC_TYPE_PLAYER,
OC1_NONE,
@ -55,7 +55,7 @@ static ColliderCylinderInitType1 sCylinderInit2 = {
static ColliderCylinderInitType1 sCylinderInit3 = {
{
COLTYPE_HIT0,
COL_MATERIAL_HIT0,
AT_NONE,
AC_ON | AC_TYPE_PLAYER,
OC1_NONE,