@ -117,6 +117,7 @@ bool Launcher::AdvancedPage::loadSettings()
loadSettingBool ( autoUseTerrainSpecularMapsCheckBox , " auto use terrain specular maps " , " Shaders " ) ;
loadSettingBool ( bumpMapLocalLightingCheckBox , " apply lighting to environment maps " , " Shaders " ) ;
loadSettingBool ( radialFogCheckBox , " radial fog " , " Shaders " ) ;
loadSettingBool ( softParticlesCheckBox , " soft particles " , " Shaders " ) ;
loadSettingBool ( magicItemAnimationsCheckBox , " use magic item animations " , " Game " ) ;
connect ( animSourcesCheckBox , SIGNAL ( toggled ( bool ) ) , this , SLOT ( slotAnimSourcesToggled ( bool ) ) ) ;
loadSettingBool ( animSourcesCheckBox , " use additional anim sources " , " Game " ) ;
@ -270,6 +271,7 @@ void Launcher::AdvancedPage::saveSettings()
saveSettingBool ( autoUseTerrainSpecularMapsCheckBox , " auto use terrain specular maps " , " Shaders " ) ;
saveSettingBool ( bumpMapLocalLightingCheckBox , " apply lighting to environment maps " , " Shaders " ) ;
saveSettingBool ( radialFogCheckBox , " radial fog " , " Shaders " ) ;
saveSettingBool ( softParticlesCheckBox , " soft particles " , " Shaders " ) ;
saveSettingBool ( magicItemAnimationsCheckBox , " use magic item animations " , " Game " ) ;
saveSettingBool ( animSourcesCheckBox , " use additional anim sources " , " Game " ) ;
saveSettingBool ( weaponSheathingCheckBox , " weapon sheathing " , " Game " ) ;