From 5aeae0fd6dc805aea936f570fa21fcfa63073747 Mon Sep 17 00:00:00 2001 From: faketruth Date: Tue, 14 Feb 2012 13:15:09 +0000 Subject: m_World was never set in cBlockEntity's, now it is git-svn-id: http://mc-server.googlecode.com/svn/trunk@255 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cBlockEntity.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source') 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() {}; -- cgit v1.2.3