Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmMoltony committed Aug 28, 2023
1 parent a166a94 commit 4b1c361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/block.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ u16 ChestBlock::id(void)
return BID_CHEST;
}

std::array<InventoryItem, NUM_ITEMS> ChestBlock::getItems(void)
std::array<InventoryItem, ChestBlock::NUM_ITEMS> ChestBlock::getItems(void)
{
std::array<InventoryItem, NUM_ITEMS> inv;
for (u8 i = 0; i < NUM_ITEMS; ++i)
Expand Down

0 comments on commit 4b1c361

Please sign in to comment.