diff options
author | Samuel Barney <samjbarney@gmail.com> | 2013-12-04 03:05:34 +0100 |
---|---|---|
committer | Samuel Barney <samjbarney@gmail.com> | 2013-12-04 03:05:34 +0100 |
commit | efae54db0a9afe70237c427e855d5834e837342a (patch) | |
tree | a41104a88f0782f4c78e493ffe14898ee9ae5672 /src/Simulator/FireSimulator.h | |
parent | Fire no longer goes out when on top of nether rack (diff) | |
download | cuberite-efae54db0a9afe70237c427e855d5834e837342a.tar cuberite-efae54db0a9afe70237c427e855d5834e837342a.tar.gz cuberite-efae54db0a9afe70237c427e855d5834e837342a.tar.bz2 cuberite-efae54db0a9afe70237c427e855d5834e837342a.tar.lz cuberite-efae54db0a9afe70237c427e855d5834e837342a.tar.xz cuberite-efae54db0a9afe70237c427e855d5834e837342a.tar.zst cuberite-efae54db0a9afe70237c427e855d5834e837342a.zip |
Diffstat (limited to 'src/Simulator/FireSimulator.h')
-rw-r--r-- | src/Simulator/FireSimulator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Simulator/FireSimulator.h b/src/Simulator/FireSimulator.h index 0d8a548ef..59cc62540 100644 --- a/src/Simulator/FireSimulator.h +++ b/src/Simulator/FireSimulator.h @@ -28,7 +28,7 @@ public: virtual bool IsAllowedBlock(BLOCKTYPE a_BlockType) override; bool IsFuel (BLOCKTYPE a_BlockType); - bool IsForever(BLOCKTYPE a_BlockType); + bool DoesBurnForever(BLOCKTYPE a_BlockType); protected: /// Time (in msec) that a fire block takes to burn with a fuel block into the next step |