diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2024-10-16 11:30:34 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-15 17:30:34 -0700 |
| commit | 917d2149516e08531b6fc543b98caecec3dfc0ef (patch) | |
| tree | b0e851df7792e5cf13767bd0924f726ebefd99d9 /src/code/z_player_lib.c | |
| parent | f946162a892712ccdc31cb319e425146e450972c (diff) | |
Player Docs: Misc Rotation (#1710)
* rot docs
* comment
* diff
* spacing
Diffstat (limited to 'src/code/z_player_lib.c')
| -rw-r--r-- | src/code/z_player_lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/z_player_lib.c b/src/code/z_player_lib.c index e3f3ce941..c79d9d363 100644 --- a/src/code/z_player_lib.c +++ b/src/code/z_player_lib.c @@ -2166,9 +2166,9 @@ s32 Player_OverrideLimbDrawGameplayCommon(PlayState* play, s32 limbIndex, Gfx** s16 rotX; s16 rotZ = 0x44C; - if (player->unk_AA8 != 0) { + if (player->upperLimbYawSecondary != 0) { Matrix_RotateZS(rotZ, MTXMODE_APPLY); - Matrix_RotateYS(player->unk_AA8, MTXMODE_APPLY); + Matrix_RotateYS(player->upperLimbYawSecondary, MTXMODE_APPLY); } if (player->upperLimbRot.y != 0) { |
