Fixed some map's music loop. Fixed @Music.Play(no_music).
This commit is contained in:
parent
9c38c16246
commit
3053a55b9e
|
@ -1,4 +1,4 @@
|
|||
{"Level"{LEV[{"Name"{str[Seven Island]}}{"MusicLoop"{str[]}}{"CurrentRegion"{str[sevii islands]}}]}}
|
||||
{"Level"{LEV[{"Name"{str[Seven Island]}}{"MusicLoop"{str[violet]}}{"CurrentRegion"{str[sevii islands]}}]}}
|
||||
{"Actions"{LEV[{"CanTeleport"{bool[0]}}{"CanDig"{bool[0]}}{"CanFly"{bool[0]}}{"EnviromentType"{int[1]}}{"Weather"{int[1]}}]}}
|
||||
|
||||
Floor:
|
||||
|
|
|
@ -131,6 +131,10 @@ Public Class MusicManager
|
|||
ClearCurrentlyPlaying()
|
||||
_isFadingIn = False
|
||||
_volume = 1.0F
|
||||
If _nextSong = NO_MUSIC Then
|
||||
MusicManager.Stop()
|
||||
_nextSong = ""
|
||||
End If
|
||||
|
||||
End If
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue