mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-20 12:24:57 +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)
|
||||
b.IsPVPBattle = True
|
||||
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)
|
||||
End If
|
||||
End Sub
|
||||
|
Loading…
x
Reference in New Issue
Block a user