1
0

Add anvil window and slot area.

This commit is contained in:
Howaner
2014-05-01 00:47:57 +02:00
parent 3c40544336
commit 3c102870f6
13 changed files with 356 additions and 0 deletions

View File

@@ -804,6 +804,21 @@ cCraftingWindow::cCraftingWindow(int a_BlockX, int a_BlockY, int a_BlockZ) :
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// cAnvilWindow:
cAnvilWindow::cAnvilWindow() :
cWindow(wtAnvil, "Repair")
{
m_SlotAreas.push_back(new cSlotAreaAnvil(*this));
m_SlotAreas.push_back(new cSlotAreaInventory(*this));
m_SlotAreas.push_back(new cSlotAreaHotBar(*this));
}
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// cEnchantingWindow: