diff options
author | keyboard.osh@gmail.com <keyboard.osh@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-03-22 07:33:10 +0100 |
---|---|---|
committer | keyboard.osh@gmail.com <keyboard.osh@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-03-22 07:33:10 +0100 |
commit | 39e4bd323914143408120fc914fd1c52557baac6 (patch) | |
tree | 434530690980e923d6b989b494e9fa9a4c6699ac /source/Pawn.h | |
parent | DelayedFluidSimulator: optimized block storage for large amounts of blocks. (diff) | |
download | cuberite-39e4bd323914143408120fc914fd1c52557baac6.tar cuberite-39e4bd323914143408120fc914fd1c52557baac6.tar.gz cuberite-39e4bd323914143408120fc914fd1c52557baac6.tar.bz2 cuberite-39e4bd323914143408120fc914fd1c52557baac6.tar.lz cuberite-39e4bd323914143408120fc914fd1c52557baac6.tar.xz cuberite-39e4bd323914143408120fc914fd1c52557baac6.tar.zst cuberite-39e4bd323914143408120fc914fd1c52557baac6.zip |
Diffstat (limited to 'source/Pawn.h')
-rw-r--r-- | source/Pawn.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/Pawn.h b/source/Pawn.h index f9b2d4555..9ddc61296 100644 --- a/source/Pawn.h +++ b/source/Pawn.h @@ -163,8 +163,6 @@ protected: MetaData m_MetaData; - double m_LastPosX, m_LastPosY, m_LastPosZ; - Int64 m_TimeLastTeleportPacket; // In ticks }; // tolua_export |