1
0

Suggestions

This commit is contained in:
Tiger Wang
2014-09-27 19:19:28 +01:00
parent d1814d2d67
commit 7ce09a9113
6 changed files with 69 additions and 23 deletions

View File

@@ -11,7 +11,8 @@
cEnderChestEntity::cEnderChestEntity(int a_BlockX, int a_BlockY, int a_BlockZ, cWorld * a_World) :
super(E_BLOCK_ENDER_CHEST, a_BlockX, a_BlockY, a_BlockZ, a_World)
super(E_BLOCK_ENDER_CHEST, a_BlockX, a_BlockY, a_BlockZ, a_World),
cBlockEntityWindowOwner(this)
{
}