mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-20 14:01:15 +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
|
@ -373,8 +373,10 @@ void EnElf_Init(Actor* thisx, PlayState* play) {
|
|||
case FAIRY_HEAL_BIG:
|
||||
this->fairyFlags |= FAIRY_FLAG_BIG;
|
||||
thisx->shape.shadowDraw = ActorShadow_DrawWhiteCircle;
|
||||
FALLTHROUGH;
|
||||
case FAIRY_HEAL_TIMED:
|
||||
this->fairyFlags |= FAIRY_FLAG_TIMED;
|
||||
FALLTHROUGH;
|
||||
case FAIRY_HEAL:
|
||||
colorConfig = -1;
|
||||
EnElf_SetupAction(this, func_80A0329C);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue