diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client.h b/src/client.h index e871dee93..b91f12b53 100644 --- a/src/client.h +++ b/src/client.h @@ -398,7 +398,7 @@ public: int getCrackLevel(); void setCrack(int level, v3s16 pos); - void setHighlighted(v3s16 pos, bool show_hud); + void setHighlighted(v3s16 pos, bool show_higlighted); v3s16 getHighlighted(){ return m_highlighted_pos; } u16 getHP(); @@ -509,7 +509,7 @@ private: float m_inventory_from_server_age; std::set<v3s16> m_active_blocks; PacketCounter m_packetcounter; - bool m_show_hud; + bool m_show_highlighted; // Block mesh animation parameters float m_animation_time; int m_crack_level; |