diff options
| author | Loic Blot <loic.blot@unix-experience.fr> | 2015-03-03 17:36:54 +0100 |
|---|---|---|
| committer | Loic Blot <loic.blot@unix-experience.fr> | 2015-03-03 17:36:54 +0100 |
| commit | 038d3a31dfa6c382a5a5a57f2ce367d1cd67fb9f (patch) | |
| tree | 536cbf4182f224cd99b3bd8b9158c60b2de1cc6f /src/content_sao.h | |
| parent | 7e56637ed07d9f32b4bd9049009cf7e1e4cff884 (diff) | |
| download | dragonfireclient-038d3a31dfa6c382a5a5a57f2ce367d1cd67fb9f.tar.xz | |
Remove unused m_wielded_item_not_sent
Diffstat (limited to 'src/content_sao.h')
| -rw-r--r-- | src/content_sao.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/content_sao.h b/src/content_sao.h index d6a494ae2..6b7304944 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_wielded_item_not_sent; float m_physics_override_speed; float m_physics_override_jump; |
