* Loading 3D sound settings from profile
parent
7146cf8ee6
commit
a66abd4990
|
@ -5720,6 +5720,11 @@ void CMainDialog::SetupRecall()
|
||||||
m_sound->SetMusicVolume(iValue);
|
m_sound->SetMusicVolume(iValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ( GetProfile().GetLocalProfileInt("Setup", "Sound3D", iValue) )
|
||||||
|
{
|
||||||
|
m_sound->SetSound3D(iValue == 1);
|
||||||
|
}
|
||||||
|
|
||||||
if ( GetProfile().GetLocalProfileInt("Setup", "EditIndentMode", iValue) )
|
if ( GetProfile().GetLocalProfileInt("Setup", "EditIndentMode", iValue) )
|
||||||
{
|
{
|
||||||
m_engine->SetEditIndentMode(iValue);
|
m_engine->SetEditIndentMode(iValue);
|
||||||
|
|
Loading…
Reference in New Issue