mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-15 06:06:04 +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
|
// Turn head
|
||||||
case GELDB_LIMB_HEAD:
|
case GELDB_LIMB_HEAD:
|
||||||
rot->x += this->headRot.y;
|
rot->x += this->headRot.y;
|
||||||
|
#if PLATFORM_GC
|
||||||
FALLTHROUGH;
|
FALLTHROUGH;
|
||||||
// This is a hack to fix the color-changing clothes this Gerudo has on N64 versions
|
// This is a hack to fix the color-changing clothes this Gerudo has on N64 versions
|
||||||
default:
|
default:
|
||||||
|
@ -260,6 +261,7 @@ s32 EnGe3_OverrideLimbDraw(PlayState* play, s32 limbIndex, Gfx** dList, Vec3f* p
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
CLOSE_DISPS(play->state.gfxCtx, "../z_en_ge3.c", 566);
|
CLOSE_DISPS(play->state.gfxCtx, "../z_en_ge3.c", 566);
|
||||||
|
#endif
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue