Fixed contentpack music not playing without intro

This commit is contained in:
JappaWakka 2022-07-06 18:24:03 +02:00
parent 018776a8de
commit ea0a6aca7b
1 changed files with 3 additions and 1 deletions

View File

@ -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