mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-19 13:35:18 +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
|
@ -338,7 +338,7 @@ static ColliderJntSphElementInit sJntSphElementsInit[12] = {
|
|||
|
||||
static ColliderJntSphInit sJntSphInit = {
|
||||
{
|
||||
COLTYPE_NONE,
|
||||
COL_MATERIAL_NONE,
|
||||
AT_TYPE_ENEMY,
|
||||
AC_TYPE_PLAYER,
|
||||
OC1_ON | OC1_TYPE_PLAYER,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue