mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Fix THI lowering music volume on main menu
This commit is contained in:
parent
3c6c11b08a
commit
667adcbe7f
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ static void wiggler_act_walk(void) {
|
||||||
|
|
||||||
// Update text if necessary
|
// Update text if necessary
|
||||||
if (o->oWigglerTextStatus < WIGGLER_TEXT_STATUS_COMPLETED_DIALOG) {
|
if (o->oWigglerTextStatus < WIGGLER_TEXT_STATUS_COMPLETED_DIALOG) {
|
||||||
if (o->oWigglerTextStatus == WIGGLER_TEXT_STATUS_AWAIT_DIALOG) {
|
if (o->oWigglerTextStatus == WIGGLER_TEXT_STATUS_AWAIT_DIALOG && !gDjuiInMainMenu) {
|
||||||
seq_player_lower_volume(SEQ_PLAYER_LEVEL, 60, 40);
|
seq_player_lower_volume(SEQ_PLAYER_LEVEL, 60, 40);
|
||||||
o->oWigglerTextStatus = WIGGLER_TEXT_STATUS_SHOWING_DIALOG;
|
o->oWigglerTextStatus = WIGGLER_TEXT_STATUS_SHOWING_DIALOG;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue