mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Fixed music silence when no intro Content Packs
This commit is contained in:
parent
cb7a7956ce
commit
724a4a642d
@ -66,6 +66,8 @@ Public Class LoopStream
|
||||
MusicManager._currentSongName = IntroSong.Name
|
||||
MusicManager._currentSong = IntroSong
|
||||
Logger.Debug($"Play song [{IntroSong.Name}]")
|
||||
Else
|
||||
IntroSong = Nothing
|
||||
End If
|
||||
Else
|
||||
Dim ContinueSong As SongContainer = MusicManager.GetSong(MusicManager._afterBattleIntroSong.Name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user