summaryrefslogtreecommitdiff
path: root/src/content_sao.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/content_sao.h')
-rw-r--r--src/content_sao.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/content_sao.h b/src/content_sao.h
index dca02bb00..bfce83d02 100644
--- a/src/content_sao.h
+++ b/src/content_sao.h
@@ -162,7 +162,8 @@ public:
void rightClick(ServerActiveObject *clicker);
s16 getHP() const;
void setHP(s16 hp);
-
+ u16 getBreath() const;
+ void setBreath(u16 breath);
void setArmorGroups(const ItemGroupList &armor_groups);
void setAnimation(v2f frame_range, float frame_speed, float frame_blend);
void setBonePosition(std::string bone, v3f position, v3f rotation);
@@ -282,6 +283,7 @@ public:
bool m_moved;
bool m_inventory_not_sent;
bool m_hp_not_sent;
+ bool m_breath_not_sent;
bool m_wielded_item_not_sent;
float m_physics_override_speed;