summaryrefslogtreecommitdiff
path: root/src/content_sao.h
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2015-03-04 12:19:26 +0100
committerLoic Blot <loic.blot@unix-experience.fr>2015-03-04 12:19:26 +0100
commit40bf1d7b5f2a190ae89885c9ea99f52c476ea6be (patch)
treea8547067308dd42775ee54f3aeed7009a7559d95 /src/content_sao.h
parent7f8f9785d7e9e120a6708d2f51e32dfef3e50c19 (diff)
downloadminetest-40bf1d7b5f2a190ae89885c9ea99f52c476ea6be.tar.gz
minetest-40bf1d7b5f2a190ae89885c9ea99f52c476ea6be.tar.bz2
minetest-40bf1d7b5f2a190ae89885c9ea99f52c476ea6be.zip
Send Position packet on event, don't check it at each AsyncRunStep.
* This permit to cleanup the player checking loop
Diffstat (limited to 'src/content_sao.h')
-rw-r--r--src/content_sao.h3
1 files changed, 0 insertions, 3 deletions
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;