summaryrefslogtreecommitdiffstats
path: root/source/cFireSimulator.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cFireSimulator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cFireSimulator.cpp b/source/cFireSimulator.cpp
index 1af6deb69..0d6b59422 100644
--- a/source/cFireSimulator.cpp
+++ b/source/cFireSimulator.cpp
@@ -85,7 +85,7 @@ bool cFireSimulator::IsForeverBurnable( char a_BlockID )
bool cFireSimulator::IsBurnable( char a_BlockID )
{
- return a_BlockID == E_BLOCK_WOOD
+ return a_BlockID == E_BLOCK_PLANKS
|| a_BlockID == E_BLOCK_LEAVES
|| a_BlockID == E_BLOCK_LOG
|| a_BlockID == E_BLOCK_WHITE_CLOTH