summaryrefslogtreecommitdiff
path: root/soh/src/code
diff options
context:
space:
mode:
authorMoriyaFaith <46070717+MoriyaFaith@users.noreply.github.com>2023-06-01 21:38:43 -0400
committerGitHub <noreply@github.com>2023-06-01 21:38:43 -0400
commit26d934541a7f8cf525cdacf9582133ef481b3e95 (patch)
tree17aa65459d12e1471334d108d9904ee05ad4ee0d /soh/src/code
parentb25e4d4f260735c5b61ad2971d3efd13834ccaa7 (diff)
main commit (#2918)
Diffstat (limited to 'soh/src/code')
-rw-r--r--soh/src/code/z_player_lib.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/soh/src/code/z_player_lib.c b/soh/src/code/z_player_lib.c
index 581044935..262ac3e91 100644
--- a/soh/src/code/z_player_lib.c
+++ b/soh/src/code/z_player_lib.c
@@ -803,7 +803,9 @@ void func_8008F470(PlayState* play, void** skeleton, Vec3s* jointTable, s32 dLis
SkelAnime_DrawFlexLod(play, skeleton, jointTable, dListCount, overrideLimbDraw, postLimbDraw, data, lod);
- if ((overrideLimbDraw != func_800902F0) && (overrideLimbDraw != func_80090440) && (gSaveContext.gameMode != 3)) {
+ if (((CVarGetInteger("gFPSGauntlets", 0) && LINK_IS_ADULT) || (overrideLimbDraw != func_800902F0)) &&
+ (overrideLimbDraw != func_80090440) &&
+ (gSaveContext.gameMode != 3)) {
if (LINK_IS_ADULT) {
s32 strengthUpgrade = CUR_UPG_VALUE(UPG_STRENGTH);