mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-02 22:14:33 +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
|
@ -98,6 +98,7 @@ void EnEncount2_Wait(EnEncount2* this, PlayState* play) {
|
|||
Quake_SetCountdown(quakeIndex, 300);
|
||||
this->isQuaking = true;
|
||||
}
|
||||
FALLTHROUGH;
|
||||
case ENCOUNT2_ACTIVE_GANONS_TOWER:
|
||||
this->envEffectsTimer++;
|
||||
if (this->envEffectsTimer > 60) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue