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 Apr 27, 2023
1 parent 4715bf9 commit 808136c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SPID/include/Distribute.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ namespace Distribute
if (formData.form->Is(RE::FormType::LeveledItem)) {
hasLeveledItems = true;
}
collectedForms.emplace(formData.form, formData.idxOrCount);
collectedForms.emplace(formData.form, formData.idxOrCount);
}
}

Expand Down
4 changes: 2 additions & 2 deletions SPID/src/Distribute.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ namespace Distribute
return func(a_actor, a_item, a_itemCount, true, 0, RE::BSScript::Internal::VirtualMachine::GetSingleton());
}

void init_leveled_items(RE::Actor* a_actor)
void init_leveled_items(RE::Actor* a_actor)
{
if (const auto invChanges = a_actor->GetInventoryChanges()) {
invChanges->InitLeveledItems();
}
}
}
}

void Distribute(NPCData& a_npcData, const PCLevelMult::Input& a_input)
{
Expand Down

0 comments on commit 808136c

Please sign in to comment.