diff --git a/SPID/src/DeathDistribution.cpp b/SPID/src/DeathDistribution.cpp index 0a84295..298cd06 100644 --- a/SPID/src/DeathDistribution.cpp +++ b/SPID/src/DeathDistribution.cpp @@ -238,7 +238,6 @@ namespace DeathDistribution #pragma endregion - #pragma region Lookup void Manager::LookupForms(RE::TESDataHandler* const dataHandler) diff --git a/SPID/src/Distribute.cpp b/SPID/src/Distribute.cpp index 9817e4d..b1a0a69 100644 --- a/SPID/src/Distribute.cpp +++ b/SPID/src/Distribute.cpp @@ -115,7 +115,6 @@ namespace Distribute }, accumulatedForms); - for_each_form( npcData, forms.sleepOutfits, input, [&](auto* a_outfit) { if (npc->sleepOutfit != a_outfit) { diff --git a/SPID/src/LinkedDistribution.cpp b/SPID/src/LinkedDistribution.cpp index ad1e5fa..1cf5011 100644 --- a/SPID/src/LinkedDistribution.cpp +++ b/SPID/src/LinkedDistribution.cpp @@ -255,7 +255,7 @@ namespace LinkedDistribution LogLinkedFormsLookup(kRegular); } - + if (!IsEmpty(kDeath)) { logger::info("{:*^50}", "LINKED ON DEATH FORMS"); diff --git a/SPID/src/LookupForms.cpp b/SPID/src/LookupForms.cpp index 46a2a5a..06b8d9c 100644 --- a/SPID/src/LookupForms.cpp +++ b/SPID/src/LookupForms.cpp @@ -1,9 +1,9 @@ #include "LookupForms.h" +#include "DeathDistribution.h" #include "ExclusiveGroups.h" #include "FormData.h" #include "KeywordDependencies.h" #include "LinkedDistribution.h" -#include "DeathDistribution.h" bool LookupDistributables(RE::TESDataHandler* const dataHandler) { @@ -171,7 +171,6 @@ bool Lookup::LookupForms() LookupExclusiveGroups(dataHandler); LogExclusiveGroupsLookup(); - return success; }