mirror of
https://github.com/zeldaret/tp
synced 2026-06-17 07:08:04 -04:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user