mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-14 21:40:03 +00:00
parent
1d275fa9a5
commit
c6d29691d0
1 changed files with 2 additions and 0 deletions
|
@ -237,6 +237,7 @@ s32 EnGe3_OverrideLimbDraw(PlayState* play, s32 limbIndex, Gfx** dList, Vec3f* p
|
|||
// Turn head
|
||||
case GELDB_LIMB_HEAD:
|
||||
rot->x += this->headRot.y;
|
||||
#if PLATFORM_GC
|
||||
FALLTHROUGH;
|
||||
// This is a hack to fix the color-changing clothes this Gerudo has on N64 versions
|
||||
default:
|
||||
|
@ -260,6 +261,7 @@ s32 EnGe3_OverrideLimbDraw(PlayState* play, s32 limbIndex, Gfx** dList, Vec3f* p
|
|||
break;
|
||||
}
|
||||
CLOSE_DISPS(play->state.gfxCtx, "../z_en_ge3.c", 566);
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue