aboutsummaryrefslogtreecommitdiff
path: root/src/player.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-11-29 23:18:20 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-11-29 23:18:20 +0200
commite109ed5cefe963a0595c8ef49d9c743c8e2ee28a (patch)
treef4ba75b2633d19364eff40a1e46b7abe9b0116fc /src/player.h
parentb2c905d80006e77bed15ae830901551e650d3bbf (diff)
downloaddragonfireclient-e109ed5cefe963a0595c8ef49d9c743c8e2ee28a.tar.xz
Proper player inventory and hp modification tracking and sending accordingly
Diffstat (limited to 'src/player.h')
-rw-r--r--src/player.h2
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:
};