Using Super.
This commit is contained in:
committed by
Alexander Harkness
parent
f931590bf0
commit
9ee47e5999
@@ -15,7 +15,7 @@
|
||||
|
||||
|
||||
cEnderChestEntity::cEnderChestEntity(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, cWorld * a_World):
|
||||
super(a_BlockType, a_BlockMeta, a_Pos, a_World),
|
||||
Super(a_BlockType, a_BlockMeta, a_Pos, a_World),
|
||||
cBlockEntityWindowOwner(this)
|
||||
{
|
||||
ASSERT(a_BlockType == E_BLOCK_ENDER_CHEST);
|
||||
|
||||
Reference in New Issue
Block a user