diff options
Diffstat (limited to 'source/Pawn.h')
-rw-r--r-- | source/Pawn.h | 2 |
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 |