mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Fix custom level reverb
This commit is contained in:
parent
f0ddb4f5cd
commit
38745d74e5
1 changed files with 1 additions and 1 deletions
|
|
@ -1334,7 +1334,7 @@ static u8 get_sound_reverb(UNUSED u8 bank, UNUSED u8 soundIndex, u8 channelIndex
|
||||||
area = 0;
|
area = 0;
|
||||||
} else {
|
} else {
|
||||||
#endif
|
#endif
|
||||||
level = (gCurrLevelNum > LEVEL_MAX ? LEVEL_MAX : gCurrLevelNum);
|
level = gCurrLevelNum;
|
||||||
area = gCurrAreaIndex - 1;
|
area = gCurrAreaIndex - 1;
|
||||||
if (area > 2) {
|
if (area > 2) {
|
||||||
area = 2;
|
area = 2;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue