player_hang cleanup and fixes

This commit is contained in:
LagoLunatic
2025-04-04 15:51:35 -04:00
parent 6d7550f14a
commit f9a862ae73
10 changed files with 97 additions and 101 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ int daPy_lk_c::setPushPullKeepData(dBgW::PushPullLabel param_0) {
}
if (param_0 != dBgW::PP_UNK0_e) {
if (pp_actor->shape_angle.y != m34D4) {
cXyz local_28 = (current.pos - m370C);
cXyz local_28 = current.pos - m370C;
mDoMtx_trans(mDoMtx_stack_c::now, m370C.x, m370C.y, m370C.z);
mDoMtx_YrotM(mDoMtx_stack_c::now, pp_actor->shape_angle.y - m34D4);
mDoMtx_multVec(mDoMtx_stack_c::now, &local_28, &current.pos);