diff options
author | Mattes D <github@xoft.cz> | 2014-09-26 22:24:45 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-09-26 22:24:45 +0200 |
commit | 2c5b0f23788f027ebcb6e38d26036a04d011e1fd (patch) | |
tree | 0fde79c6cc466306eb042e88728c209cbc94f789 /src/Simulator/FireSimulator.cpp | |
parent | Merge pull request #1455 from mc-server/includes (diff) | |
parent | Moved curly brace to seperate line (diff) | |
download | cuberite-2c5b0f23788f027ebcb6e38d26036a04d011e1fd.tar cuberite-2c5b0f23788f027ebcb6e38d26036a04d011e1fd.tar.gz cuberite-2c5b0f23788f027ebcb6e38d26036a04d011e1fd.tar.bz2 cuberite-2c5b0f23788f027ebcb6e38d26036a04d011e1fd.tar.lz cuberite-2c5b0f23788f027ebcb6e38d26036a04d011e1fd.tar.xz cuberite-2c5b0f23788f027ebcb6e38d26036a04d011e1fd.tar.zst cuberite-2c5b0f23788f027ebcb6e38d26036a04d011e1fd.zip |
Diffstat (limited to 'src/Simulator/FireSimulator.cpp')
-rw-r--r-- | src/Simulator/FireSimulator.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Simulator/FireSimulator.cpp b/src/Simulator/FireSimulator.cpp index cdb5abde2..7ae84af7b 100644 --- a/src/Simulator/FireSimulator.cpp +++ b/src/Simulator/FireSimulator.cpp @@ -179,6 +179,17 @@ bool cFireSimulator::IsFuel(BLOCKTYPE a_BlockType) case E_BLOCK_WOOL: case E_BLOCK_BOOKCASE: case E_BLOCK_FENCE: + case E_BLOCK_SPRUCE_FENCE: + case E_BLOCK_BIRCH_FENCE: + case E_BLOCK_JUNGLE_FENCE: + case E_BLOCK_DARK_OAK_FENCE: + case E_BLOCK_ACACIA_FENCE: + case E_BLOCK_FENCE_GATE: + case E_BLOCK_SPRUCE_FENCE_GATE: + case E_BLOCK_BIRCH_FENCE_GATE: + case E_BLOCK_JUNGLE_FENCE_GATE: + case E_BLOCK_DARK_OAK_FENCE_GATE: + case E_BLOCK_ACACIA_FENCE_GATE: case E_BLOCK_TNT: case E_BLOCK_VINES: case E_BLOCK_HAY_BALE: |