diff options
| author | 123456789758 <205478182+123456789758@users.noreply.github.com> | 2025-09-14 13:36:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-14 13:36:19 -0400 |
| commit | 17d677a5ad8f8688a85a475fe3d8ca3918869a07 (patch) | |
| tree | 0ad618e8da926010c912b2e2352b389aa9550f5f /src/d/actor/d_a_bmdhand.cpp | |
| parent | 77fabb2878d9144dd22bbb96c563edc0b9226734 (diff) | |
d_a_bmd - 98% matching (#876)
Co-authored-by: < >
Diffstat (limited to 'src/d/actor/d_a_bmdhand.cpp')
| -rw-r--r-- | src/d/actor/d_a_bmdhand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_bmdhand.cpp b/src/d/actor/d_a_bmdhand.cpp index 977a378e..b5a81163 100644 --- a/src/d/actor/d_a_bmdhand.cpp +++ b/src/d/actor/d_a_bmdhand.cpp @@ -467,7 +467,7 @@ void hand_move(bmdhand_class* i_this) { hand_s* pcVar9 = i_this->m324; if (boss != NULL) { - actor->current.angle.y = ((u16)actor->base.mParameters & 0x1f) * -0xccc + REG8_S(4) + -13000 + boss->shape_angle.y; + actor->current.angle.y = ((u16)actor->base.mParameters & 0x1f) * -0xccc + REG8_S(4) + -13000 + boss->actor.shape_angle.y; MTXCopy(boss->mpMorf->mpModel->getAnmMtx(boss_joint_d[(actor->base.mParameters & 0x1fU)]), *calc_mtx); local_40.x = REG14_F(6); local_40.y = REG14_F(7); |
