mirror of
https://github.com/zeldaret/oot
synced 2026-06-18 07:25:39 -04: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:
@@ -3984,7 +3984,7 @@ void Audio_SetSoundProperties(u8 bankId, u8 entryIdx, u8 channelIdx) {
|
||||
if (D_80130604 == 2) {
|
||||
sp38 = func_800F3990(*entry->posY, entry->sfxParams);
|
||||
}
|
||||
// fallthrough
|
||||
FALLTHROUGH;
|
||||
case BANK_OCARINA:
|
||||
entry->dist = sqrtf(entry->dist);
|
||||
vol = Audio_ComputeSoundVolume(bankId, entryIdx) * *entry->vol;
|
||||
|
||||
Reference in New Issue
Block a user