diff options
author | madmaxoft <github@xoft.cz> | 2014-07-12 23:30:34 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-07-12 23:30:34 +0200 |
commit | c4f1284d9cca12f77184b7a0b9521e87f6533974 (patch) | |
tree | 00e7689cfbb07b06744a2fc378a3ad8fd4a5e3a4 /src/BlockEntities/ChestEntity.cpp | |
parent | Fixed alignment. (diff) | |
download | cuberite-c4f1284d9cca12f77184b7a0b9521e87f6533974.tar cuberite-c4f1284d9cca12f77184b7a0b9521e87f6533974.tar.gz cuberite-c4f1284d9cca12f77184b7a0b9521e87f6533974.tar.bz2 cuberite-c4f1284d9cca12f77184b7a0b9521e87f6533974.tar.lz cuberite-c4f1284d9cca12f77184b7a0b9521e87f6533974.tar.xz cuberite-c4f1284d9cca12f77184b7a0b9521e87f6533974.tar.zst cuberite-c4f1284d9cca12f77184b7a0b9521e87f6533974.zip |
Diffstat (limited to '')
-rw-r--r-- | src/BlockEntities/ChestEntity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BlockEntities/ChestEntity.cpp b/src/BlockEntities/ChestEntity.cpp index 8626f3cad..ca164464c 100644 --- a/src/BlockEntities/ChestEntity.cpp +++ b/src/BlockEntities/ChestEntity.cpp @@ -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); } |