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:
parent
64570e871f
commit
f193311013
249 changed files with 448 additions and 448 deletions
|
@ -85,7 +85,7 @@ static char* sDropNames[] = {
|
|||
|
||||
static ColliderCylinderInitType1 sCylinderInit1 = {
|
||||
{
|
||||
COLTYPE_NONE,
|
||||
COL_MATERIAL_NONE,
|
||||
AT_NONE,
|
||||
AC_ON | AC_TYPE_PLAYER,
|
||||
OC1_ON | OC1_TYPE_PLAYER,
|
||||
|
@ -104,7 +104,7 @@ static ColliderCylinderInitType1 sCylinderInit1 = {
|
|||
|
||||
static ColliderCylinderInitType1 sCylinderInit2 = {
|
||||
{
|
||||
COLTYPE_NONE,
|
||||
COL_MATERIAL_NONE,
|
||||
AT_NONE,
|
||||
AC_ON | AC_HARD | AC_TYPE_PLAYER,
|
||||
OC1_ON | OC1_NO_PUSH | OC1_TYPE_PLAYER,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue