1
0

Implemented Chest Minecarts

This commit is contained in:
Tiger Wang
2014-09-12 23:18:02 +01:00
parent 4019847857
commit 3e74113427
15 changed files with 167 additions and 100 deletions

View File

@@ -36,7 +36,6 @@ cFurnaceEntity::cFurnaceEntity(int a_BlockX, int a_BlockY, int a_BlockZ, BLOCKTY
m_LastProgressFuel(0),
m_LastProgressCook(0)
{
cBlockEntityWindowOwner::SetBlockEntity(this);
m_Contents.AddListener(*this);
}