summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_am2.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-08-15 20:27:31 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-08-15 20:27:31 -0400
commitb4e022a3360115ed4c9a28c5d5b10655ae0d9ab1 (patch)
treeb6610c0125efb78e482327ab9170d70dbc51da23 /src/d/actor/d_a_am2.cpp
parent0e661f8c6f4b5acad74724f679742e40455523be (diff)
Add JntHit enums
Diffstat (limited to 'src/d/actor/d_a_am2.cpp')
-rw-r--r--src/d/actor/d_a_am2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_am2.cpp b/src/d/actor/d_a_am2.cpp
index f5700db6..ca982a77 100644
--- a/src/d/actor/d_a_am2.cpp
+++ b/src/d/actor/d_a_am2.cpp
@@ -1238,13 +1238,13 @@ static BOOL useHeapInit(fopAc_ac_c* i_this) {
};
static __jnt_hit_data_c search_data[] = {
{
- /* mShapeType */ 2, // Cylinder
+ /* mShapeType */ JntHitType_CYL2_e,
/* mJointIndex */ 0x00, // body joint
/* mRadius */ 20.0f,
/* mpOffsets */ cyl_eye_offset,
},
{
- /* mShapeType */ 1, // Sphere
+ /* mShapeType */ JntHitType_SPH_e,
/* mJointIndex */ 0x00, // body joint
/* mRadius */ 20.0f,
/* mpOffsets */ sph_offset,