d_a_e_tk_ball Matching (#2402)

* d_a_e_tk_ball matching

* d_a_e_tk_ball cleanup

* d_a_e_tk_ball comments
This commit is contained in:
Niklas Bauer
2025-04-21 10:05:58 +09:00
committed by GitHub
parent b2d665c911
commit 2e10e625d3
6 changed files with 453 additions and 357 deletions
+1 -1
View File
@@ -441,7 +441,7 @@ static int daE_TK2_Execute(e_tk2_class* i_this) {
static_cast<e_tk_ball_class*>(fopAcM_SearchByID(i_this->mBallID));
if (ball_actor != NULL) {
ball_actor->current.pos = i_this->eyePos;
ball_actor->field_0x5ac[0x31C] = 0x0;
ball_actor->mSuspended = false;
}
cXyz scale;
scale.setall(2.0f);