mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Prevent cap music from playing on disconnect (#227)
This commit is contained in:
parent
f815a53080
commit
d8c908c588
1 changed files with 1 additions and 0 deletions
|
|
@ -1486,6 +1486,7 @@ void update_menu_level(void) {
|
||||||
gMarioState->intendedMag = 0;
|
gMarioState->intendedMag = 0;
|
||||||
|
|
||||||
// figure out music
|
// figure out music
|
||||||
|
stop_cap_music();
|
||||||
if (!configMenuSound || curLevel == LEVEL_CASTLE_GROUNDS) {
|
if (!configMenuSound || curLevel == LEVEL_CASTLE_GROUNDS) {
|
||||||
reset_volume();
|
reset_volume();
|
||||||
disable_background_sound();
|
disable_background_sound();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue