summaryrefslogtreecommitdiffstats
path: root/src/Simulator/FireSimulator.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2013-12-06 11:41:37 +0100
committerMattes D <github@xoft.cz>2013-12-06 11:41:37 +0100
commitdde1c3a7cd326a142e6e21c799bfc3306c5cb350 (patch)
tree066134db5f8ecbca2f729a30dfb100fa1f02086d /src/Simulator/FireSimulator.h
parentAPIDump: Documented the new cPluginManager:GetCurrentPlugin() function. (diff)
parentI don't know how this dissapeard. (diff)
downloadcuberite-dde1c3a7cd326a142e6e21c799bfc3306c5cb350.tar
cuberite-dde1c3a7cd326a142e6e21c799bfc3306c5cb350.tar.gz
cuberite-dde1c3a7cd326a142e6e21c799bfc3306c5cb350.tar.bz2
cuberite-dde1c3a7cd326a142e6e21c799bfc3306c5cb350.tar.lz
cuberite-dde1c3a7cd326a142e6e21c799bfc3306c5cb350.tar.xz
cuberite-dde1c3a7cd326a142e6e21c799bfc3306c5cb350.tar.zst
cuberite-dde1c3a7cd326a142e6e21c799bfc3306c5cb350.zip
Diffstat (limited to 'src/Simulator/FireSimulator.h')
-rw-r--r--src/Simulator/FireSimulator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Simulator/FireSimulator.h b/src/Simulator/FireSimulator.h
index a788ed327..66c31b440 100644
--- a/src/Simulator/FireSimulator.h
+++ b/src/Simulator/FireSimulator.h
@@ -28,7 +28,7 @@ public:
virtual bool IsAllowedBlock(BLOCKTYPE a_BlockType) override;
static bool IsFuel (BLOCKTYPE a_BlockType);
- static bool IsForever(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