summaryrefslogtreecommitdiff
path: root/src/content_sao.h
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2015-03-03 16:23:47 +0100
committerLoic Blot <loic.blot@unix-experience.fr>2015-03-03 16:33:20 +0100
commit7e56637ed07d9f32b4bd9049009cf7e1e4cff884 (patch)
treef683ef8fbbd078bee6c8465850e20d580225952a /src/content_sao.h
parent64ff966bae99813229dff6629fd9131a91ba7484 (diff)
downloadminetest-7e56637ed07d9f32b4bd9049009cf7e1e4cff884.tar.gz
minetest-7e56637ed07d9f32b4bd9049009cf7e1e4cff884.tar.bz2
minetest-7e56637ed07d9f32b4bd9049009cf7e1e4cff884.zip
Send Breath packet on event, don't check it at each AsyncRunStep
Diffstat (limited to 'src/content_sao.h')
-rw-r--r--src/content_sao.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/content_sao.h b/src/content_sao.h
index efbece3ca..d6a494ae2 100644
--- a/src/content_sao.h
+++ b/src/content_sao.h
@@ -318,7 +318,6 @@ public:
// Some flags used by Server
bool m_moved;
bool m_inventory_not_sent;
- bool m_breath_not_sent;
bool m_wielded_item_not_sent;
float m_physics_override_speed;