small fixes

This commit is contained in:
CaptainSegis 2018-09-08 22:13:27 -05:00
parent e00d9f961f
commit 7d8e6de8f6
6 changed files with 10 additions and 0 deletions

View File

@ -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(","))

View File

@ -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.