mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 15:31:15 +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
|
@ -71,7 +71,7 @@ void EnRu1_DrawXlu(EnRu1* this, PlayState* play);
|
|||
|
||||
static ColliderCylinderInitType1 sCylinderInit1 = {
|
||||
{
|
||||
COLTYPE_HIT0,
|
||||
COL_MATERIAL_HIT0,
|
||||
AT_NONE,
|
||||
AC_NONE,
|
||||
OC1_ON | OC1_TYPE_PLAYER,
|
||||
|
@ -83,7 +83,7 @@ static ColliderCylinderInitType1 sCylinderInit1 = {
|
|||
|
||||
static ColliderCylinderInitType1 sCylinderInit2 = {
|
||||
{
|
||||
COLTYPE_HIT0,
|
||||
COL_MATERIAL_HIT0,
|
||||
AT_ON | AT_TYPE_PLAYER,
|
||||
AC_NONE,
|
||||
OC1_ON | OC1_TYPE_PLAYER,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue