summaryrefslogtreecommitdiffstats
path: root/source/Pawn.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Pawn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Pawn.cpp b/source/Pawn.cpp
index ae8133420..da878bf49 100644
--- a/source/Pawn.cpp
+++ b/source/Pawn.cpp
@@ -26,7 +26,7 @@ cPawn::cPawn()
, m_LastPosX( 0.0 )
, m_LastPosY( 0.0 )
, m_LastPosZ( 0.0 )
- , m_TimeLastTeleportPacket( 0.f )
+ , m_TimeLastTeleportPacket(0)
, m_bBurnable(true)
, m_MetaData(NORMAL)
{