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
|
End If
|
||||||
|
|
||||||
playedSong = introSong
|
playedSong = introSong
|
||||||
|
Else
|
||||||
|
_isIntroStarted = False
|
||||||
|
_fadeIntoIntro = False
|
||||||
End If
|
End If
|
||||||
Else
|
Else
|
||||||
_isIntroStarted = False
|
_isIntroStarted = False
|
||||||
|
|
Loading…
Reference in New Issue