mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-26 07:15:48 +02:00
Added failsave to fix missing Level music crash
This commit is contained in:
parent
450b060271
commit
f2e093072e
@ -1057,7 +1057,11 @@ Public Class Level
|
|||||||
If Me.Riding = True Then
|
If Me.Riding = True Then
|
||||||
MusicManager.Play("ride", True)
|
MusicManager.Play("ride", True)
|
||||||
Else
|
Else
|
||||||
|
If MusicManager.GetSong(MusicLoop) IsNot Nothing Then
|
||||||
MusicManager.Play(MusicLoop, True)
|
MusicManager.Play(MusicLoop, True)
|
||||||
|
Else
|
||||||
|
MusicManager.Play("silence")
|
||||||
|
End If
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
Loading…
x
Reference in New Issue
Block a user