1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-15 17:35:37 +02:00

Proper player inventory and hp modification tracking and sending accordingly

This commit is contained in:
Perttu Ahola
2011-11-29 23:18:20 +02:00
parent b2c905d800
commit e109ed5cef
3 changed files with 57 additions and 20 deletions

View File

@@ -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:
};