mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 15:54:25 +02:00
Fixed audio settings reset in the in-game options
This commit is contained in:
parent
5c96afb81e
commit
960c82e940
@ -1022,6 +1022,7 @@
|
|||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub Close()
|
Private Sub Close()
|
||||||
|
If PreScreen.Identification = Identifications.MainMenuScreen Then
|
||||||
If currentLanguage <> TempLanguage Then
|
If currentLanguage <> TempLanguage Then
|
||||||
Localization.Load(TempLanguage)
|
Localization.Load(TempLanguage)
|
||||||
End If
|
End If
|
||||||
@ -1035,6 +1036,7 @@
|
|||||||
MusicManager.Muted = CBool(Me.TempMuted)
|
MusicManager.Muted = CBool(Me.TempMuted)
|
||||||
SoundManager.Muted = CBool(Me.TempMuted)
|
SoundManager.Muted = CBool(Me.TempMuted)
|
||||||
End If
|
End If
|
||||||
|
End If
|
||||||
_closing = True
|
_closing = True
|
||||||
End Sub
|
End Sub
|
||||||
Private Sub ControlsApply()
|
Private Sub ControlsApply()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user