summaryrefslogtreecommitdiffstats
path: root/source/cBlockEntity.h
diff options
context:
space:
mode:
authorfaketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-02-14 14:15:09 +0100
committerfaketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-02-14 14:15:09 +0100
commit5aeae0fd6dc805aea936f570fa21fcfa63073747 (patch)
tree14a89cd288632d8bf6f6befb5d8c805e33bfb79a /source/cBlockEntity.h
parentApparently the Fire plugin is depreciated since it's implemented in C++ :P (diff)
downloadcuberite-5aeae0fd6dc805aea936f570fa21fcfa63073747.tar
cuberite-5aeae0fd6dc805aea936f570fa21fcfa63073747.tar.gz
cuberite-5aeae0fd6dc805aea936f570fa21fcfa63073747.tar.bz2
cuberite-5aeae0fd6dc805aea936f570fa21fcfa63073747.tar.lz
cuberite-5aeae0fd6dc805aea936f570fa21fcfa63073747.tar.xz
cuberite-5aeae0fd6dc805aea936f570fa21fcfa63073747.tar.zst
cuberite-5aeae0fd6dc805aea936f570fa21fcfa63073747.zip
Diffstat (limited to '')
-rw-r--r--source/cBlockEntity.h1
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() {};