mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-30 17:25:22 +02:00
Fix battle intro music looping + command fix
This commit is contained in:
parent
46cb18974d
commit
6908c4a72d
@ -308,6 +308,10 @@ Public Class MusicManager
|
||||
'End If
|
||||
'End If
|
||||
'End If
|
||||
Else
|
||||
If _isFadingIn = False Then
|
||||
_isCurrentlyFading = False
|
||||
End If
|
||||
End If
|
||||
End If
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
If LoopSong = True Then
|
||||
If Core.CurrentScreen.Identification = Screen.Identifications.OverworldScreen Then
|
||||
Screen.Level.MusicLoop = argument
|
||||
Screen.Level.MusicLoop = argument.GetSplit(0, ",")
|
||||
End If
|
||||
Else
|
||||
If Core.CurrentScreen.Identification = Screen.Identifications.OverworldScreen Then
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
If LoopSong = True Then
|
||||
If Core.CurrentScreen.Identification = Screen.Identifications.OverworldScreen Then
|
||||
Screen.Level.MusicLoop = argument
|
||||
Screen.Level.MusicLoop = argument.GetSplit(0, ",")
|
||||
End If
|
||||
Else
|
||||
If Core.CurrentScreen.Identification = Screen.Identifications.OverworldScreen Then
|
||||
|
Loading…
x
Reference in New Issue
Block a user