mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 14:31:17 +00:00
Colliders: colType -> colMaterial (#2186)
* colType -> colMaterial * fixups
This commit is contained in:
parent
64570e871f
commit
f193311013
249 changed files with 448 additions and 448 deletions
|
@ -46,7 +46,7 @@ static EnGbCagedSoulInfo sCagedSoulInfo[] = {
|
|||
|
||||
static ColliderCylinderInitType1 sCylinderInit = {
|
||||
{
|
||||
COLTYPE_NONE,
|
||||
COL_MATERIAL_NONE,
|
||||
AT_NONE,
|
||||
AC_NONE,
|
||||
OC1_ON | OC1_TYPE_ALL,
|
||||
|
@ -66,7 +66,7 @@ static ColliderCylinderInitType1 sCylinderInit = {
|
|||
static ColliderCylinderInitType1 sBottlesCylindersInit[] = {
|
||||
{
|
||||
{
|
||||
COLTYPE_NONE,
|
||||
COL_MATERIAL_NONE,
|
||||
AT_NONE,
|
||||
AC_NONE,
|
||||
OC1_ON | OC1_TYPE_ALL,
|
||||
|
@ -84,7 +84,7 @@ static ColliderCylinderInitType1 sBottlesCylindersInit[] = {
|
|||
},
|
||||
{
|
||||
{
|
||||
COLTYPE_NONE,
|
||||
COL_MATERIAL_NONE,
|
||||
AT_NONE,
|
||||
AC_NONE,
|
||||
OC1_ON | OC1_TYPE_ALL,
|
||||
|
@ -102,7 +102,7 @@ static ColliderCylinderInitType1 sBottlesCylindersInit[] = {
|
|||
},
|
||||
{
|
||||
{
|
||||
COLTYPE_NONE,
|
||||
COL_MATERIAL_NONE,
|
||||
AT_NONE,
|
||||
AC_NONE,
|
||||
OC1_ON | OC1_TYPE_ALL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue