diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-22 21:02:23 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-22 21:02:23 -0500 |
| commit | 0490fd3c84852b4751aa1867b0a07d110781cb09 (patch) | |
| tree | e808643d2c5bb8cadf0135cbc793e19220569689 /src/d/actor/d_a_item.cpp | |
| parent | 7a80acf5033ada4f22b92f6e1a6a0a218ecae155 (diff) | |
more collision enums and inlines
Diffstat (limited to 'src/d/actor/d_a_item.cpp')
| -rw-r--r-- | src/d/actor/d_a_item.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/actor/d_a_item.cpp b/src/d/actor/d_a_item.cpp index d2eec0e6..0aa8c61e 100644 --- a/src/d/actor/d_a_item.cpp +++ b/src/d/actor/d_a_item.cpp @@ -1102,7 +1102,7 @@ void daItem_c::checkWall() { return; } - cM3dGPla* wallPlane = dComIfG_Bgsp()->GetTriPla(mAcchCir.GetBgIndex(), mAcchCir.GetPolyIndex()); + cM3dGPla* wallPlane = dComIfG_Bgsp()->GetTriPla(mAcchCir); cXyz wallNorm = wallPlane->mNormal; cXyz vel; @@ -1478,8 +1478,8 @@ dCcD_SrcCyl daItem_c::m_cyl_src = { /* SrcObjAt Atp */ 0, /* SrcObjAt SPrm */ 0, /* SrcObjTg Type */ AT_TYPE_ALL, - /* SrcObjTg SPrm */ TG_SPRM_SET | TG_SPRM_UNK8, - /* SrcObjCo SPrm */ CO_SPRM_SET | CO_SPRM_UNK8 | CO_SPRM_UNK10 | CO_SPRM_UNK40, + /* SrcObjTg SPrm */ TG_SPRM_SET | TG_SPRM_IS_OTHER, + /* SrcObjCo SPrm */ CO_SPRM_SET | CO_SPRM_IS_UNK8 | CO_SPRM_VS_UNK2 | CO_SPRM_VS_UNK8, /* SrcGObjAt Se */ 0, /* SrcGObjAt HitMark */ 0, /* SrcGObjAt Spl */ 0, |
