From e48168aa136f0243dca2d059d9e8039558a93c2d Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Wed, 4 Dec 2013 19:48:42 +0100 Subject: Lava can spawn fire. Settable in world.ini, lava can spawn fire to fuel blocks near it. Fix #65. --- src/Simulator/FireSimulator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Simulator/FireSimulator.h') diff --git a/src/Simulator/FireSimulator.h b/src/Simulator/FireSimulator.h index 0d8a548ef..a788ed327 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 IsForever(BLOCKTYPE a_BlockType); + static bool IsFuel (BLOCKTYPE a_BlockType); + static bool IsForever(BLOCKTYPE a_BlockType); protected: /// Time (in msec) that a fire block takes to burn with a fuel block into the next step -- cgit v1.2.3