diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-08-15 20:27:31 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-08-15 20:27:31 -0400 |
| commit | b4e022a3360115ed4c9a28c5d5b10655ae0d9ab1 (patch) | |
| tree | b6610c0125efb78e482327ab9170d70dbc51da23 /src/d/actor/d_a_am2.cpp | |
| parent | 0e661f8c6f4b5acad74724f679742e40455523be (diff) | |
Add JntHit enums
Diffstat (limited to 'src/d/actor/d_a_am2.cpp')
| -rw-r--r-- | src/d/actor/d_a_am2.cpp | 4 |
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, |
