1
0

Add Hay Bale to Burnable

This commit is contained in:
Howaner 2014-02-20 17:56:35 +01:00
parent 01c01bac37
commit 4b7891f290

View File

@ -169,6 +169,7 @@ bool cFireSimulator::IsFuel(BLOCKTYPE a_BlockType)
case E_BLOCK_FENCE:
case E_BLOCK_TNT:
case E_BLOCK_VINES:
case E_BLOCK_HAY_BALE:
{
return true;
}