summaryrefslogtreecommitdiffstats
path: root/src/UI/SlotArea.cpp
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2015-05-18 16:43:24 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2015-05-18 16:43:24 +0200
commit1632d5f8f1f3f1edb7ac2d0f4c79be9fbdae91ca (patch)
treef3941cbeb774d6149b5348d6be42ec2affff7f09 /src/UI/SlotArea.cpp
parentFixes #2052 (diff)
downloadcuberite-1632d5f8f1f3f1edb7ac2d0f4c79be9fbdae91ca.tar
cuberite-1632d5f8f1f3f1edb7ac2d0f4c79be9fbdae91ca.tar.gz
cuberite-1632d5f8f1f3f1edb7ac2d0f4c79be9fbdae91ca.tar.bz2
cuberite-1632d5f8f1f3f1edb7ac2d0f4c79be9fbdae91ca.tar.lz
cuberite-1632d5f8f1f3f1edb7ac2d0f4c79be9fbdae91ca.tar.xz
cuberite-1632d5f8f1f3f1edb7ac2d0f4c79be9fbdae91ca.tar.zst
cuberite-1632d5f8f1f3f1edb7ac2d0f4c79be9fbdae91ca.zip
Diffstat (limited to 'src/UI/SlotArea.cpp')
-rw-r--r--src/UI/SlotArea.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UI/SlotArea.cpp b/src/UI/SlotArea.cpp
index 37683a8e5..accd44b06 100644
--- a/src/UI/SlotArea.cpp
+++ b/src/UI/SlotArea.cpp
@@ -1394,7 +1394,7 @@ void cSlotAreaBeacon::OnSlotChanged(cItemGrid * a_ItemGrid, int a_SlotNum)
// cSlotAreaEnchanting:
cSlotAreaEnchanting::cSlotAreaEnchanting(cWindow & a_ParentWindow, int a_BlockX, int a_BlockY, int a_BlockZ) :
- cSlotAreaTemporary(1, a_ParentWindow),
+ cSlotAreaTemporary(2, a_ParentWindow),
m_BlockX(a_BlockX),
m_BlockY(a_BlockY),
m_BlockZ(a_BlockZ)