mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-15 03:20:35 +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
|
@ -458,6 +458,7 @@ void DemoEffect_Init(Actor* thisx, PlayState* play2) {
|
|||
case DEMO_EFFECT_TIMEWARP_TIMEBLOCK_LARGE:
|
||||
case DEMO_EFFECT_TIMEWARP_TIMEBLOCK_SMALL:
|
||||
this->actor.flags |= ACTOR_FLAG_25;
|
||||
FALLTHROUGH;
|
||||
case DEMO_EFFECT_TIMEWARP_MASTERSWORD:
|
||||
this->initDrawFunc = DemoEffect_DrawTimeWarp;
|
||||
this->initUpdateFunc = DemoEffect_InitTimeWarp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue