]> git.lizzy.rs Git - minetest.git/blobdiff - src/inventory.h
Set acceleration only once in falling node
[minetest.git] / src / inventory.h
index e3c994fc3db9f8eb6f97379c1b5b62cc4ec17b4e..a690eb5ae29d825b4635888d23d1a0aa407fb738 100644 (file)
@@ -246,7 +246,7 @@ class InventoryList
        // count is the maximum number of items to move (0 for everything)
        // returns number of moved items
        u32 moveItem(u32 i, InventoryList *dest, u32 dest_i,
-               u32 count = 0, bool swap_if_needed = true);
+               u32 count = 0, bool swap_if_needed = true, bool *did_swap = NULL);
 
        // like moveItem, but without a fixed destination index
        // also with optional rollback recording