diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2023-11-22 20:19:31 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-22 04:19:31 -0500 |
| commit | f2c06ce441a38a032202b9024fdfa57bb36a67c2 (patch) | |
| tree | bb924e2c2b577db8138ac67a6e44a00b5f15b1f8 /src/code/z_player_lib.c | |
| parent | 2aaa286cf85a51a46bbf1e4ad8f8a36588fd22ad (diff) | |
Misc Cleanup (#1585)
* misc cleanup
* more fake matches
* revert for sym
Diffstat (limited to 'src/code/z_player_lib.c')
| -rw-r--r-- | src/code/z_player_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_player_lib.c b/src/code/z_player_lib.c index c694221d8..feee098ca 100644 --- a/src/code/z_player_lib.c +++ b/src/code/z_player_lib.c @@ -1025,7 +1025,7 @@ void func_8008F87C(PlayState* play, Player* this, SkelAnime* skelAnime, Vec3f* p sp50 = Math_FAtan2F(sp58, sp60); temp1 = RAD_TO_BINANG(M_PI - (Math_FAtan2F(sp5C, sp58) + ((M_PI / 2) - sp50))); - temp1 = temp1 - skelAnime->jointTable[shinLimbIndex].z; + temp1 -= skelAnime->jointTable[shinLimbIndex].z; if ((s16)(ABS(skelAnime->jointTable[shinLimbIndex].x) + ABS(skelAnime->jointTable[shinLimbIndex].y)) < 0) { temp1 += 0x8000; |
