1
0

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
This commit is contained in:
faketruth 2012-02-14 13:15:09 +00:00
parent dcce79b24d
commit 5aeae0fd6d

View File

@ -27,6 +27,7 @@ protected:
, m_PosY( a_Y )
, m_PosZ( a_Z )
, m_BlockType( a_BlockType )
, m_World( a_World )
{}
public:
virtual ~cBlockEntity() {};