From f5466a4cb368a1554362deeb5b0f966cf5613e80 Mon Sep 17 00:00:00 2001 From: "lapayo94@gmail.com" Date: Thu, 29 Dec 2011 00:44:19 +0000 Subject: - water slacks fire now - Bug which caused lava to disappear is fixed git-svn-id: http://mc-server.googlecode.com/svn/trunk@152 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cFireSimulator.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/cFireSimulator.h') diff --git a/source/cFireSimulator.h b/source/cFireSimulator.h index b6ac627fb..b42131ff3 100644 --- a/source/cFireSimulator.h +++ b/source/cFireSimulator.h @@ -14,9 +14,10 @@ public: virtual void Simulate( float a_Dt ); virtual inline bool IsAllowedBlock( char a_BlockID ); - virtual inline bool IsBurnable( char a_BlockID ); + virtual inline bool IsBurnable( char a_BlockID ); virtual inline bool IsForeverBurnable( char a_BlockID ); + virtual inline bool FiresForever( char a_BlockID ); protected: virtual void AddBlock(int a_X, int a_Y, int a_Z); -- cgit v1.2.3