small fixes
This commit is contained in:
parent
e00d9f961f
commit
7d8e6de8f6
Binary file not shown.
|
@ -20,6 +20,10 @@
|
|||
stopMusic = CBool(argument.GetSplit(1))
|
||||
End If
|
||||
|
||||
If sound = "healing" Then
|
||||
sound = "pokemon_heal"
|
||||
End If
|
||||
|
||||
SoundManager.PlaySound(sound, stopMusic)
|
||||
Case "playadvanced"
|
||||
Dim args() As String = argument.Split(CChar(","))
|
||||
|
|
|
@ -1396,3 +1396,9 @@
|
|||
/processorParam:Quality=Best
|
||||
/build:Songs/sovietmarch.ogg
|
||||
|
||||
#begin Songs/gameintro.ogg
|
||||
/importer:OggImporter
|
||||
/processor:SongProcessor
|
||||
/processorParam:Quality=Best
|
||||
/build:Songs/gameintro.ogg
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue