Removed all E_ITEM_ symbols equivalent to E_BLOCK_, and all obsolete item and block symbols.
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1218 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
@@ -99,7 +99,7 @@ void cFireSimulator::AddBlock(int a_BlockX, int a_BlockY, int a_BlockZ)
|
||||
|
||||
bool cFireSimulator::IsForeverBurnable( BLOCKTYPE a_BlockType )
|
||||
{
|
||||
return a_BlockType == E_BLOCK_BLOODSTONE;
|
||||
return a_BlockType == E_BLOCK_NETHERRACK;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user