Added more rail functionality

This commit is contained in:
Tiger Wang
2014-01-19 14:52:45 +00:00
parent 82b2290b74
commit 8467f5dfae
3 changed files with 22 additions and 18 deletions
-14
View File
@@ -15,20 +15,6 @@
inline bool IsBlockRail(BLOCKTYPE a_BlockType)
{
return (
(a_BlockType == E_BLOCK_RAIL) ||
(a_BlockType == E_BLOCK_ACTIVATOR_RAIL) ||
(a_BlockType == E_BLOCK_DETECTOR_RAIL) ||
(a_BlockType == E_BLOCK_POWERED_RAIL)
) ;
}
class cMinecart :
public cEntity
{