cleanup
This commit is contained in:
parent
e6d78d1d3b
commit
d9da71c812
|
@ -44,7 +44,6 @@
|
|||
|
||||
If ShouldPlayNightTheme(musicLoop) Then
|
||||
musicLoop = musicLoop & "_night"
|
||||
'musicLoop = "kanto_wild_intro"
|
||||
End If
|
||||
|
||||
If MusicManager.SongExists(musicLoop) = False Then
|
||||
|
@ -298,7 +297,6 @@
|
|||
Dim t2 As Texture2D = TextureManager.GetTexture("GUI\Intro\VSIntro", New Rectangle(CInt(VSPosition.X), CInt(VSPosition.Y), 64, 64), "")
|
||||
Dim t3 As Texture2D = TextureManager.GetTexture(TrainerTexture1, New Rectangle(0, Trainer1FrameSize.Height * 2, Trainer1FrameSize.Width, Trainer1FrameSize.Height))
|
||||
|
||||
|
||||
If Trainer.GameJoltID <> "" Then
|
||||
If GameJolt.Emblem.HasDownloadedSprite(Trainer.GameJoltID) = True Then
|
||||
Dim t As Texture2D = GameJolt.Emblem.GetOnlineSprite(Trainer.GameJoltID)
|
||||
|
|
Loading…
Reference in New Issue