1
0

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:
madmaxoft@gmail.com
2013-02-16 11:12:56 +00:00
parent 460f9d76c1
commit 32ee4aaf1e
21 changed files with 59 additions and 330 deletions

View File

@@ -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;
}