Skip to content

Commit

Permalink
Reverted no longer needed change.
Browse files Browse the repository at this point in the history
  • Loading branch information
adya committed Mar 12, 2024
1 parent efde49b commit 99aeedc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions SPID/include/Distribute.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ namespace Distribute
// for now, only packages/death items use this
template <class Form>
void for_each_form(
NPCData& a_npcData,
const NPCData& a_npcData,
Forms::Distributables<Form>& a_distributables,
const PCLevelMult::Input& a_input,
std::function<bool(Form*, IdxOrCount)> a_callback)
Expand All @@ -96,7 +96,7 @@ namespace Distribute
// skins
template <class Form>
void for_each_form(
NPCData& a_npcData,
const NPCData& a_npcData,
Forms::Distributables<Form>& a_distributables,
const PCLevelMult::Input& a_input,
std::function<bool(Form*)> a_callback)
Expand All @@ -114,7 +114,7 @@ namespace Distribute
// outfits/sleep outfits
template <class Form>
void for_each_form(
NPCData& a_npcData,
const NPCData& a_npcData,
Forms::Distributables<Form>& a_distributables,
std::function<bool(Form*)> a_callback)
{
Expand All @@ -131,7 +131,7 @@ namespace Distribute
// items
template <class Form>
void for_each_form(
NPCData& a_npcData,
const NPCData& a_npcData,
Forms::Distributables<Form>& a_distributables,
const PCLevelMult::Input& a_input,
std::function<bool(std::map<Form*, IdxOrCount>&, bool)> a_callback)
Expand Down Expand Up @@ -221,7 +221,7 @@ namespace Distribute

template <class Form>
void for_each_form(
NPCData& a_npcData,
const NPCData& a_npcData,
Forms::Distributables<Form>& a_distributables,
std::function<void(const std::vector<Form*>&)> a_callback)
{
Expand Down

0 comments on commit 99aeedc

Please sign in to comment.