diff options
-rw-r--r-- | source/cBlockEntity.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/cBlockEntity.h b/source/cBlockEntity.h index dc67306cd..83a7ebffc 100644 --- a/source/cBlockEntity.h +++ b/source/cBlockEntity.h @@ -27,6 +27,7 @@ protected: , m_PosY( a_Y )
, m_PosZ( a_Z )
, m_BlockType( a_BlockType )
+ , m_World( a_World )
{}
public:
virtual ~cBlockEntity() {};
|