mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 08:14:29 +02:00
cleanup
This commit is contained in:
parent
e6d78d1d3b
commit
d9da71c812
@ -44,7 +44,6 @@
|
|||||||
|
|
||||||
If ShouldPlayNightTheme(musicLoop) Then
|
If ShouldPlayNightTheme(musicLoop) Then
|
||||||
musicLoop = musicLoop & "_night"
|
musicLoop = musicLoop & "_night"
|
||||||
'musicLoop = "kanto_wild_intro"
|
|
||||||
End If
|
End If
|
||||||
|
|
||||||
If MusicManager.SongExists(musicLoop) = False Then
|
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 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))
|
Dim t3 As Texture2D = TextureManager.GetTexture(TrainerTexture1, New Rectangle(0, Trainer1FrameSize.Height * 2, Trainer1FrameSize.Width, Trainer1FrameSize.Height))
|
||||||
|
|
||||||
|
|
||||||
If Trainer.GameJoltID <> "" Then
|
If Trainer.GameJoltID <> "" Then
|
||||||
If GameJolt.Emblem.HasDownloadedSprite(Trainer.GameJoltID) = True Then
|
If GameJolt.Emblem.HasDownloadedSprite(Trainer.GameJoltID) = True Then
|
||||||
Dim t As Texture2D = GameJolt.Emblem.GetOnlineSprite(Trainer.GameJoltID)
|
Dim t As Texture2D = GameJolt.Emblem.GetOnlineSprite(Trainer.GameJoltID)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user