diff options
| author | Perttu Ahola <celeron55@gmail.com> | 2011-11-29 23:18:20 +0200 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2011-11-29 23:18:20 +0200 |
| commit | e109ed5cefe963a0595c8ef49d9c743c8e2ee28a (patch) | |
| tree | f4ba75b2633d19364eff40a1e46b7abe9b0116fc /src/player.h | |
| parent | b2c905d80006e77bed15ae830901551e650d3bbf (diff) | |
| download | dragonfireclient-e109ed5cefe963a0595c8ef49d9c743c8e2ee28a.tar.xz | |
Proper player inventory and hp modification tracking and sending accordingly
Diffstat (limited to 'src/player.h')
| -rw-r--r-- | src/player.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/player.h b/src/player.h index 0f92ccc87..5ccff4675 100644 --- a/src/player.h +++ b/src/player.h @@ -238,6 +238,8 @@ public: v3f m_last_good_position; float m_last_good_position_age; std::vector<InventoryItem*> m_additional_items; + bool m_inventory_not_sent; + bool m_hp_not_sent; private: }; |
