mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Remove compile warning
Thanks @TeTpaAka for pointing this out.
This commit is contained in:
parent
3d43df99f1
commit
3376d2e114
1 changed files with 0 additions and 1 deletions
|
@ -795,7 +795,6 @@ void InventoryList::moveItemSomewhere(u32 i, InventoryList *dest, u32 count)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// Try to add the item to destination list
|
// Try to add the item to destination list
|
||||||
u32 oldcount = item1.count;
|
|
||||||
u32 dest_size = dest->getSize();
|
u32 dest_size = dest->getSize();
|
||||||
// First try all the non-empty slots
|
// First try all the non-empty slots
|
||||||
for (u32 dest_i = 0; dest_i < dest_size; dest_i++) {
|
for (u32 dest_i = 0; dest_i < dest_size; dest_i++) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue