@ -73,6 +73,8 @@ bool Launcher::AdvancedPage::loadSettings()
loadSettingBool ( followersAttackOnSightCheckBox , " followers attack on sight " , " Game " ) ;
loadSettingBool ( followersAttackOnSightCheckBox , " followers attack on sight " , " Game " ) ;
loadSettingBool ( preventMerchantEquippingCheckBox , " prevent merchant equipping " , " Game " ) ;
loadSettingBool ( preventMerchantEquippingCheckBox , " prevent merchant equipping " , " Game " ) ;
loadSettingBool ( rebalanceSoulGemValuesCheckBox , " rebalance soul gem values " , " Game " ) ;
loadSettingBool ( rebalanceSoulGemValuesCheckBox , " rebalance soul gem values " , " Game " ) ;
loadSettingBool ( chargeForEveryFollowerCheckBox , " charge for every follower travelling " , " Game " ) ;
loadSettingBool ( enchantedWeaponsMagicalCheckBox , " enchanted weapons are magical " , " Game " ) ;
// Input Settings
// Input Settings
loadSettingBool ( allowThirdPersonZoomCheckBox , " allow third person zoom " , " Input " ) ;
loadSettingBool ( allowThirdPersonZoomCheckBox , " allow third person zoom " , " Input " ) ;
@ -125,6 +127,8 @@ void Launcher::AdvancedPage::saveSettings()
saveSettingBool ( followersAttackOnSightCheckBox , " followers attack on sight " , " Game " ) ;
saveSettingBool ( followersAttackOnSightCheckBox , " followers attack on sight " , " Game " ) ;
saveSettingBool ( preventMerchantEquippingCheckBox , " prevent merchant equipping " , " Game " ) ;
saveSettingBool ( preventMerchantEquippingCheckBox , " prevent merchant equipping " , " Game " ) ;
saveSettingBool ( rebalanceSoulGemValuesCheckBox , " rebalance soul gem values " , " Game " ) ;
saveSettingBool ( rebalanceSoulGemValuesCheckBox , " rebalance soul gem values " , " Game " ) ;
saveSettingBool ( chargeForEveryFollowerCheckBox , " charge for every follower travelling " , " Game " ) ;
saveSettingBool ( enchantedWeaponsMagicalCheckBox , " enchanted weapons are magical " , " Game " ) ;
// Input Settings
// Input Settings
saveSettingBool ( allowThirdPersonZoomCheckBox , " allow third person zoom " , " Input " ) ;
saveSettingBool ( allowThirdPersonZoomCheckBox , " allow third person zoom " , " Input " ) ;