Skip to content

Commit

Permalink
d_a_msw minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTGL committed Jun 26, 2024
1 parent 446ba18 commit 5ee9cb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/d/actor/d_a_msw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,11 @@ void ride_call_back(dBgW* bgw, fopAc_ac_c* i_ac, fopAc_ac_c* i_pt) {

/* 00000310-00000540 .text chain_Draw__FP9msw_class */
void chain_Draw(msw_class* i_this) {
cXyz tmp;
s16 angle1;
s32 angle2;

for (int i = 0; i < 4; i++) {
tmp = i_this->m310[i] - i_this->m2E0[i];
cXyz tmp = i_this->m310[i] - i_this->m2E0[i];
angle1 = -cM_atan2s(tmp.y, tmp.z);

// TODO: std::sqrtf(float)
Expand Down

0 comments on commit 5ee9cb5

Please sign in to comment.