mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-30 09:15:05 +02:00
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…
x
Reference in New Issue
Block a user