summaryrefslogtreecommitdiff
path: root/src/code/code_800EC960.c
diff options
context:
space:
mode:
authorTharo <17233964+Thar0@users.noreply.github.com>2022-06-03 17:51:23 +0100
committerGitHub <noreply@github.com>2022-06-03 18:51:23 +0200
commit451b24f79baf25104bd42c3f9fafb01788838fe6 (patch)
tree16087dc6e5080af4143f9f6672d008321aac321c /src/code/code_800EC960.c
parent5015af4c57d11553e8058d923384bfb439162c01 (diff)
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
Diffstat (limited to 'src/code/code_800EC960.c')
-rw-r--r--src/code/code_800EC960.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/code_800EC960.c b/src/code/code_800EC960.c
index a1c224908..523af6200 100644
--- a/src/code/code_800EC960.c
+++ b/src/code/code_800EC960.c
@@ -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;