diff options
| author | Niklas Bauer <nikbau2000@gmail.com> | 2025-04-21 10:05:58 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-20 18:05:58 -0700 |
| commit | 2e10e625d37c66dc405e02ac0ddb734f8183a42b (patch) | |
| tree | e1c979013927aa6a914cae9c2e6201ae95efb3d4 /src/d/actor/d_a_e_tk2.cpp | |
| parent | b2d665c9113543bf61b4209ca455eee6b0749b02 (diff) | |
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
Diffstat (limited to 'src/d/actor/d_a_e_tk2.cpp')
| -rw-r--r-- | src/d/actor/d_a_e_tk2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_e_tk2.cpp b/src/d/actor/d_a_e_tk2.cpp index 024928f67a..11488cf10b 100644 --- a/src/d/actor/d_a_e_tk2.cpp +++ b/src/d/actor/d_a_e_tk2.cpp @@ -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); |
