summaryrefslogtreecommitdiffstats
path: root/source/cPawn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/cPawn.cpp')
-rw-r--r--source/cPawn.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/cPawn.cpp b/source/cPawn.cpp
index d8a9d03be..cecc19522 100644
--- a/source/cPawn.cpp
+++ b/source/cPawn.cpp
@@ -29,8 +29,6 @@ cPawn::cPawn()
, m_TimeLastTeleportPacket( 0.f )
, m_bBurnable(true)
, m_MetaData(NORMAL)
- , m_FireDamageInterval(0.f)
- , m_BurnPeriod(0.f)
{
SetMaxHealth(20);
}