diff options
Diffstat (limited to 'source/game/StarPlayerInventory.cpp')
-rw-r--r-- | source/game/StarPlayerInventory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarPlayerInventory.cpp b/source/game/StarPlayerInventory.cpp index d7ba6a1..b6c4af3 100644 --- a/source/game/StarPlayerInventory.cpp +++ b/source/game/StarPlayerInventory.cpp @@ -444,7 +444,7 @@ void PlayerInventory::condenseBagStacks(String const& bagType) {\ bag->condenseStacks(); - m_customBar.forEach([&](auto const& index, CustomBarLink& link) { + m_customBar.forEach([&](auto const&, CustomBarLink& link) { if (link.first) { if (auto bs = link.first->ptr<BagSlot>()) { if (bs->first == bagType && !bag->at(bs->second)) |