From e109ed5cefe963a0595c8ef49d9c743c8e2ee28a Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Tue, 29 Nov 2011 23:18:20 +0200 Subject: Proper player inventory and hp modification tracking and sending accordingly --- src/player.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/player.h') 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 m_additional_items; + bool m_inventory_not_sent; + bool m_hp_not_sent; private: }; -- cgit v1.2.3