summaryrefslogtreecommitdiffstats
path: root/source/cFireSimulator.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cFireSimulator.h')
-rw-r--r--source/cFireSimulator.h3
1 files changed, 2 insertions, 1 deletions
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);