summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_player_main.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-05-22 20:08:54 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-05-22 20:08:54 -0400
commita3e422e481308156da978585a65759b92c8bda69 (patch)
treec7f71fe015fd587533a323907486576854b02d89 /src/d/actor/d_a_player_main.cpp
parent47e01ede220d41cf73edf76158f30ab8b2d8a5ba (diff)
d_a_npc_md 99% for demo
Diffstat (limited to 'src/d/actor/d_a_player_main.cpp')
-rw-r--r--src/d/actor/d_a_player_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_player_main.cpp b/src/d/actor/d_a_player_main.cpp
index 7f837706..332ccdee 100644
--- a/src/d/actor/d_a_player_main.cpp
+++ b/src/d/actor/d_a_player_main.cpp
@@ -373,7 +373,7 @@ BOOL daPy_lk_c::jointBeforeCB(int jnt_no, J3DTransformInfo* param_2, Quaternion*
m3648 = *param_3;
} else if (jnt_no == 1) {
mDoMtx_copy(J3DSys::mCurrentMtx, root_mtx);
- mDoMtx_quat(mDoMtx_stack_c::now, &m3648);
+ mDoMtx_stack_c::quatS(&m3648);
mDoMtx_stack_c::inverse();
mDoMtx_concat(J3DSys::mCurrentMtx, mDoMtx_stack_c::get(), J3DSys::mCurrentMtx);
} else if (jnt_no == 0x1D) {