mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 07:44:31 +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
|
||||
|
||||
Private Sub Close()
|
||||
If PreScreen.Identification = Identifications.MainMenuScreen Then
|
||||
If currentLanguage <> TempLanguage Then
|
||||
Localization.Load(TempLanguage)
|
||||
End If
|
||||
@ -1035,6 +1036,7 @@
|
||||
MusicManager.Muted = CBool(Me.TempMuted)
|
||||
SoundManager.Muted = CBool(Me.TempMuted)
|
||||
End If
|
||||
End If
|
||||
_closing = True
|
||||
End Sub
|
||||
Private Sub ControlsApply()
|
||||
|
Loading…
x
Reference in New Issue
Block a user