mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-20 20:34:50 +02:00
Fix Battle Spot intro music
This commit is contained in:
parent
2ce18dbc97
commit
89d074e1e5
@ -652,7 +652,7 @@
|
|||||||
Dim b As New BattleSystem.BattleScreen(t, Core.CurrentScreen, 0)
|
Dim b As New BattleSystem.BattleScreen(t, Core.CurrentScreen, 0)
|
||||||
b.IsPVPBattle = True
|
b.IsPVPBattle = True
|
||||||
b.PVPGameJoltID = OppEmblem.GameJoltID
|
b.PVPGameJoltID = OppEmblem.GameJoltID
|
||||||
Core.SetScreen(New BattleIntroScreen(Core.CurrentScreen, b, t, t.GetIniMusicName(), t.IntroType))
|
Core.SetScreen(New BattleIntroScreen(Core.CurrentScreen, b, t, "pvp_intro", t.IntroType))
|
||||||
PlayerStatistics.Track("Battle Spot battles", 1)
|
PlayerStatistics.Track("Battle Spot battles", 1)
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
Loading…
x
Reference in New Issue
Block a user