From 4ce0c5a983bbb82a0a8091ad735c6ec494c912e2 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Thu, 21 Feb 2013 21:55:36 +0000 Subject: Moved the Speed member into cEntity class instead of its descendants. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1222 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/FallingBlock.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/FallingBlock.h') diff --git a/source/FallingBlock.h b/source/FallingBlock.h index e40b342fe..abc3f8d9b 100644 --- a/source/FallingBlock.h +++ b/source/FallingBlock.h @@ -36,8 +36,6 @@ private: BLOCKTYPE m_BlockType; Vector3i m_OriginalPosition; - float m_SpeedY; - static bool IsPassable(BLOCKTYPE a_BlockType) { return ((a_BlockType == E_BLOCK_AIR) || IsBlockLiquid(a_BlockType)); -- cgit v1.2.3