From 40bf1d7b5f2a190ae89885c9ea99f52c476ea6be Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Wed, 4 Mar 2015 12:19:26 +0100 Subject: Send Position packet on event, don't check it at each AsyncRunStep. * This permit to cleanup the player checking loop --- src/content_sao.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/content_sao.h') diff --git a/src/content_sao.h b/src/content_sao.h index a93029154..cc372ff55 100644 --- a/src/content_sao.h +++ b/src/content_sao.h @@ -314,9 +314,6 @@ private: bool m_attachment_sent; public: - // Some flags used by Server - bool m_moved; - float m_physics_override_speed; float m_physics_override_jump; float m_physics_override_gravity; -- cgit v1.2.3