diff options
author | daniel0916 <theschokolps@gmail.com> | 2014-01-24 20:01:21 +0100 |
---|---|---|
committer | daniel0916 <theschokolps@gmail.com> | 2014-01-24 20:01:21 +0100 |
commit | bfac00f2807a6740e876adebd689cc3ae6e075ed (patch) | |
tree | b1492533d127d49d92b7667eabc404f33c36fc65 /src/UI/Window.cpp | |
parent | first changes for enchanting (not finished) (diff) | |
download | cuberite-bfac00f2807a6740e876adebd689cc3ae6e075ed.tar cuberite-bfac00f2807a6740e876adebd689cc3ae6e075ed.tar.gz cuberite-bfac00f2807a6740e876adebd689cc3ae6e075ed.tar.bz2 cuberite-bfac00f2807a6740e876adebd689cc3ae6e075ed.tar.lz cuberite-bfac00f2807a6740e876adebd689cc3ae6e075ed.tar.xz cuberite-bfac00f2807a6740e876adebd689cc3ae6e075ed.tar.zst cuberite-bfac00f2807a6740e876adebd689cc3ae6e075ed.zip |
Diffstat (limited to 'src/UI/Window.cpp')
-rw-r--r-- | src/UI/Window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UI/Window.cpp b/src/UI/Window.cpp index fcfe6faf3..9188b47a7 100644 --- a/src/UI/Window.cpp +++ b/src/UI/Window.cpp @@ -785,7 +785,7 @@ cCraftingWindow::cCraftingWindow(int a_BlockX, int a_BlockY, int a_BlockZ) : // cEnchantingWindow: cEnchantingWindow::cEnchantingWindow(int a_BlockX, int a_BlockY, int a_BlockZ) : -cWindow(wtEnchantment, "Enchantment Table") +cWindow(wtEnchantment, "Enchant") { m_SlotAreas.push_back(new cSlotAreaEnchanting(1, *this)); m_SlotAreas.push_back(new cSlotAreaInventory(*this)); |