File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -184,8 +184,8 @@ CCore::~CCore(void)
184
184
// Destroy tray icon
185
185
delete m_pTrayIcon;
186
186
187
- // This will save GTA volume using the GTA volume level fader value set in settings
188
- // and will not be "attenuated" by the master volume level setting.
187
+ // This will set the GTA volume to the GTA volume value in the settings,
188
+ // and is not affected by the master volume setting.
189
189
m_pLocalGUI->GetMainMenu ()->GetSettingsWindow ()->ResetGTAVolume ();
190
190
191
191
// Delete the mod manager
Original file line number Diff line number Diff line change @@ -1762,8 +1762,8 @@ bool CSettings::OnVideoDefaultClick(CGUIElement* pElement)
1762
1762
1763
1763
void CSettings::ResetGTAVolume ()
1764
1764
{
1765
- // This will save GTA volume using the GTA volume level fader value set in settings
1766
- // and will not be "attenuated" by the master volume level setting.
1765
+ // This will set the GTA volume to the GTA volume value in the settings,
1766
+ // and is not affected by the master volume setting.
1767
1767
CGameSettings* gameSettings = CCore::GetSingleton ().GetGame ()->GetSettings ();
1768
1768
gameSettings->SetRadioVolume (m_fRadioVolume * 64 .0f );
1769
1769
gameSettings->SetSFXVolume (m_fSFXVolume * 64 .0f );
You can’t perform that action at this time.
0 commit comments