|
|
|
|
@ -269,7 +269,7 @@ void LoadOptions()
|
|
|
|
|
sgOptions.Gameplay.bFriendlyFire = GetIniBool("Game", "Friendly Fire", true); |
|
|
|
|
sgOptions.Gameplay.bTestBard = GetIniBool("Game", "Test Bard", false); |
|
|
|
|
sgOptions.Gameplay.bTestBarbarian = GetIniBool("Game", "Test Barbarian", false); |
|
|
|
|
sgOptions.Gameplay.bExperienceBar = GetIniBool("Game", "Experience Bar", false); |
|
|
|
|
sgOptions.Gameplay.bExperienceBar = GetIniBool("Game", "Experience Bar", AUTO_PICKUP_DEFAULT(false)); |
|
|
|
|
sgOptions.Gameplay.bEnemyHealthBar = GetIniBool("Game", "Enemy Health Bar", false); |
|
|
|
|
sgOptions.Gameplay.bAutoGoldPickup = GetIniBool("Game", "Auto Gold Pickup", AUTO_PICKUP_DEFAULT(false)); |
|
|
|
|
sgOptions.Gameplay.bAdriaRefillsMana = GetIniBool("Game", "Adria Refills Mana", false); |
|
|
|
|
|