From f2c06ce441a38a032202b9024fdfa57bb36a67c2 Mon Sep 17 00:00:00 2001 From: engineer124 <47598039+engineer124@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:19:31 +1100 Subject: Misc Cleanup (#1585) * misc cleanup * more fake matches * revert for sym --- src/code/z_player_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/code/z_player_lib.c') 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; -- cgit v1.2.3