mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 15:54:25 +02:00
Fixed music not playing after catching a pokemon
This commit is contained in:
parent
1a7d9c54e2
commit
1ad833463f
@ -227,7 +227,8 @@
|
|||||||
|
|
||||||
p.SetCatchInfos(Me.Ball, "caught at")
|
p.SetCatchInfos(Me.Ball, "caught at")
|
||||||
|
|
||||||
MusicManager.Play("wild_defeat", True, 0.0F)
|
MusicManager.Stop()
|
||||||
|
MusicManager.Play("wild_defeat", False, 0.2F)
|
||||||
SoundManager.PlaySound("success", True)
|
SoundManager.PlaySound("success", True)
|
||||||
TextBox.Show(s, {}, False, False)
|
TextBox.Show(s, {}, False, False)
|
||||||
End Sub
|
End Sub
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user