From 39e4bd323914143408120fc914fd1c52557baac6 Mon Sep 17 00:00:00 2001 From: "keyboard.osh@gmail.com" Date: Fri, 22 Mar 2013 06:33:10 +0000 Subject: Implemented BroadcastMovementUpdate function. Moved m_Pos,m_Rot,m_Speed to private members and made sure that all classes uses the public functions to access these members. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1294 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Pawn.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/Pawn.h') 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 -- cgit v1.2.3