summaryrefslogtreecommitdiffstats
path: root/source/Pawn.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Pawn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Pawn.h b/source/Pawn.h
index 9cc106cc1..cb3381644 100644
--- a/source/Pawn.h
+++ b/source/Pawn.h
@@ -58,7 +58,7 @@ protected:
MetaData m_MetaData;
double m_LastPosX, m_LastPosY, m_LastPosZ;
- float m_TimeLastTeleportPacket;
+ Int64 m_TimeLastTeleportPacket; // In ticks
}; //tolua_export