Fixed contentpack music not playing without intro
This commit is contained in:
parent
018776a8de
commit
ea0a6aca7b
|
@ -468,7 +468,9 @@ Public Class MusicManager
|
|||
End If
|
||||
|
||||
playedSong = introSong
|
||||
|
||||
Else
|
||||
_isIntroStarted = False
|
||||
_fadeIntoIntro = False
|
||||
End If
|
||||
Else
|
||||
_isIntroStarted = False
|
||||
|
|
Loading…
Reference in New Issue