summaryrefslogtreecommitdiffstats
path: root/source/DropperEntity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/DropperEntity.cpp')
-rw-r--r--source/DropperEntity.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/DropperEntity.cpp b/source/DropperEntity.cpp
index 39c2cf3bd..be2726cfa 100644
--- a/source/DropperEntity.cpp
+++ b/source/DropperEntity.cpp
@@ -32,9 +32,9 @@ cDropperEntity::cDropperEntity(int a_BlockX, int a_BlockY, int a_BlockZ, cWorld
-void cDropperEntity::DropSpenseFromSlot(int a_SlotNum)
+void cDropperEntity::DropSpenseFromSlot(cChunk & a_Chunk, int a_SlotNum)
{
- DropFromSlot(a_SlotNum);
+ DropFromSlot(a_Chunk, a_SlotNum);
}