summaryrefslogtreecommitdiffstats
path: root/source/cEntity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/cEntity.cpp')
-rw-r--r--source/cEntity.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/cEntity.cpp b/source/cEntity.cpp
index 12af1c0b7..e6ed2baaa 100644
--- a/source/cEntity.cpp
+++ b/source/cEntity.cpp
@@ -36,6 +36,8 @@ cEntity::cEntity(const double & a_X, const double & a_Y, const double & a_Z)
, m_EntityType( eEntityType_Entity )
, m_World( 0 )
, m_bRemovedFromChunk( false )
+ , m_FireDamageInterval(0.f)
+ , m_BurnPeriod(0.f)
{
cCSLock Lock(m_CSCount);
m_EntityCount++;