diff options
Diffstat (limited to 'src/code')
| -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) { |
