diff options
author | Samuel Barney <samjbarney@gmail.com> | 2013-12-05 15:34:56 +0100 |
---|---|---|
committer | Samuel Barney <samjbarney@gmail.com> | 2013-12-05 15:34:56 +0100 |
commit | 3d9396b097626dc81740b61f9552733c57201bf0 (patch) | |
tree | 5080eea574a106fddbd956d0cc8f82af79e5743f | |
parent | Merge branch 'master' of https://github.com/mc-server/MCServer (diff) | |
download | cuberite-3d9396b097626dc81740b61f9552733c57201bf0.tar cuberite-3d9396b097626dc81740b61f9552733c57201bf0.tar.gz cuberite-3d9396b097626dc81740b61f9552733c57201bf0.tar.bz2 cuberite-3d9396b097626dc81740b61f9552733c57201bf0.tar.lz cuberite-3d9396b097626dc81740b61f9552733c57201bf0.tar.xz cuberite-3d9396b097626dc81740b61f9552733c57201bf0.tar.zst cuberite-3d9396b097626dc81740b61f9552733c57201bf0.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Simulator/FireSimulator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Simulator/FireSimulator.h b/src/Simulator/FireSimulator.h index 59cc62540..66c31b440 100644 --- a/src/Simulator/FireSimulator.h +++ b/src/Simulator/FireSimulator.h @@ -27,8 +27,8 @@ public: virtual bool IsAllowedBlock(BLOCKTYPE a_BlockType) override; - bool IsFuel (BLOCKTYPE a_BlockType); - bool DoesBurnForever(BLOCKTYPE a_BlockType); + static bool IsFuel (BLOCKTYPE a_BlockType); + static bool DoesBurnForever(BLOCKTYPE a_BlockType); protected: /// Time (in msec) that a fire block takes to burn with a fuel block into the next step |