mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-24 21:15:12 +00:00
Stop music on dynos warp
This commit is contained in:
parent
ace1bb671b
commit
493c5554b2
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ bool DynOS_Warp_ToLevel(s32 aLevel, s32 aArea, s32 aAct) {
|
|||
return false;
|
||||
}
|
||||
|
||||
// stop music
|
||||
play_music(SEQ_PLAYER_LEVEL, 0, 0);
|
||||
|
||||
sDynosWarpLevelNum = aLevel;
|
||||
sDynosWarpAreaNum = aArea;
|
||||
sDynosWarpActNum = aAct;
|
||||
|
|
Loading…
Reference in a new issue