mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-14 03:44:34 +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
|
@ -513,7 +513,7 @@ void Play_Update(PlayState* this) {
|
|||
// non-instance modes break out of this switch
|
||||
break;
|
||||
}
|
||||
// fallthrough
|
||||
FALLTHROUGH;
|
||||
case TRANS_MODE_INSTANCE_INIT:
|
||||
this->transitionCtx.init(&this->transitionCtx.instanceData);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue