1
0

cChestEntity: Renamed a member to avoid confusion.

This commit is contained in:
madmaxoft
2014-07-12 23:30:34 +02:00
parent 9ab0f259c7
commit c4f1284d9c
2 changed files with 9 additions and 8 deletions

View File

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