Skip to content

Commit

Permalink
maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
adya authored and github-actions[bot] committed Apr 9, 2024
1 parent 262d27e commit bceefa0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion SPID/src/DeathDistribution.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ namespace DeathDistribution

#pragma endregion


#pragma region Lookup

void Manager::LookupForms(RE::TESDataHandler* const dataHandler)
Expand Down
1 change: 0 additions & 1 deletion SPID/src/Distribute.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ namespace Distribute
},
accumulatedForms);


for_each_form<RE::BGSOutfit>(
npcData, forms.sleepOutfits, input, [&](auto* a_outfit) {
if (npc->sleepOutfit != a_outfit) {
Expand Down
2 changes: 1 addition & 1 deletion SPID/src/LinkedDistribution.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ namespace LinkedDistribution

LogLinkedFormsLookup(kRegular);
}

if (!IsEmpty(kDeath)) {
logger::info("{:*^50}", "LINKED ON DEATH FORMS");

Expand Down
3 changes: 1 addition & 2 deletions SPID/src/LookupForms.cpp
Original file line number Diff line number Diff line change
@@ -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)
{
Expand Down Expand Up @@ -171,7 +171,6 @@ bool Lookup::LookupForms()
LookupExclusiveGroups(dataHandler);
LogExclusiveGroupsLookup();


return success;
}

Expand Down

0 comments on commit bceefa0

Please sign in to comment.