Fixed mute/unmute

This commit is contained in:
CaptainSegis 2018-03-12 02:58:57 -05:00
parent 5e4d6e28ce
commit 01acc00a5b
3 changed files with 3 additions and 1 deletions

View File

@ -69,7 +69,7 @@ Public Class MusicManager
_fadeSpeed = DEFAULT_FADE_SPEED
_isFadingOut = False
_isFadingIn = False
_muted = False
_muted = MediaPlayer.IsMuted
MediaPlayer.IsRepeating = True
End Sub

View File

@ -452,6 +452,8 @@
Me.Muted = 0
Me.GamePadEnabled = True
Me.PreferMultiSampling = True
MusicManager.Muted = CBool(Me.Muted)
SoundManager.Muted = CBool(Me.Muted)
End Sub
Private Sub Save()

Binary file not shown.