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

@@ -15,7 +15,6 @@ cChestEntity::cChestEntity(int a_BlockX, int a_BlockY, int a_BlockZ, cWorld * a_
super(a_Type, a_BlockX, a_BlockY, a_BlockZ, ContentsWidth, ContentsHeight, a_World),
m_NumActivePlayers(0)
{
cBlockEntityWindowOwner::SetBlockEntity(this);
}