mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-18 04:52:03 +00:00
Fix a number of warnings when compiling with GCC (#1239)
* Silence a number of GCC warnings * Remove * Suggested changes * Format * Fix comment in en_go2
This commit is contained in:
parent
5015af4c57
commit
451b24f79b
71 changed files with 298 additions and 86 deletions
|
@ -237,7 +237,7 @@ s32 EnGe3_OverrideLimbDraw(PlayState* play, s32 limbIndex, Gfx** dList, Vec3f* p
|
|||
// Turn head
|
||||
case GELDB_LIMB_HEAD:
|
||||
rot->x += this->headRot.y;
|
||||
|
||||
FALLTHROUGH;
|
||||
// This is a hack to fix the color-changing clothes this Gerudo has on N64 versions
|
||||
default:
|
||||
OPEN_DISPS(play->state.gfxCtx, "../z_en_ge3.c", 547);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue