Skip to content

Commit

Permalink
maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 authored and github-actions[bot] committed Feb 19, 2024
1 parent 692cdae commit 187d19b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void Settings::Fixes::Load(CSimpleIniA& a_ini)
static const char* section = "Fixes";

logger::info("Settings - Loading [{}]", section);

//1.5 - remove GetEquippedFix()
a_ini.Delete(section, "GetEquipped Fix", true);

Expand Down Expand Up @@ -78,7 +78,7 @@ void Settings::Tweaks::Load(CSimpleIniA& a_ini, bool a_clearOld)
const char* section = a_clearOld ? "Patches" : "Tweaks";

logger::info("Settings - Loading [{}]", section);

//1.5 - delete AIFadeOut()
a_ini.Delete(section, "Load Door Fade Out", true);

Expand Down Expand Up @@ -115,7 +115,7 @@ void Settings::Experimental::Load(CSimpleIniA& a_ini, bool a_clearOld)
const char* section = "Experimental";

logger::info("Settings - Loading [{}]", section);

if (a_clearOld) {
a_ini.Delete("Experimental", nullptr, true); //delete and recreate it below tweaks section
}
Expand Down

0 comments on commit 187d19b

Please sign in to comment.