* Loading 3D sound settings from profile

dev-ui
erihel 2013-04-09 12:20:40 +02:00
parent 7146cf8ee6
commit a66abd4990
1 changed files with 5 additions and 0 deletions

View File

@ -5719,6 +5719,11 @@ void CMainDialog::SetupRecall()
{
m_sound->SetMusicVolume(iValue);
}
if ( GetProfile().GetLocalProfileInt("Setup", "Sound3D", iValue) )
{
m_sound->SetSound3D(iValue == 1);
}
if ( GetProfile().GetLocalProfileInt("Setup", "EditIndentMode", iValue) )
{