diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llhudicon.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llhudicon.h b/linden/indra/newview/llhudicon.h index f26abb4..7f8b435 100644 --- a/linden/indra/newview/llhudicon.h +++ b/linden/indra/newview/llhudicon.h | |||
@@ -71,6 +71,9 @@ public: | |||
71 | 71 | ||
72 | static BOOL iconsNearby(); | 72 | static BOOL iconsNearby(); |
73 | 73 | ||
74 | BOOL getHidden() const { return mHidden; } | ||
75 | void setHidden( BOOL hide ) { mHidden = hide; } | ||
76 | |||
74 | protected: | 77 | protected: |
75 | LLHUDIcon(const U8 type); | 78 | LLHUDIcon(const U8 type); |
76 | ~LLHUDIcon(); | 79 | ~LLHUDIcon(); |
@@ -84,6 +87,7 @@ private: | |||
84 | F32 mDistance; | 87 | F32 mDistance; |
85 | S32 mPickID; | 88 | S32 mPickID; |
86 | F32 mScale; | 89 | F32 mScale; |
90 | BOOL mHidden; | ||
87 | 91 | ||
88 | typedef std::vector<LLPointer<LLHUDIcon> > icon_instance_t; | 92 | typedef std::vector<LLPointer<LLHUDIcon> > icon_instance_t; |
89 | static icon_instance_t sIconInstances; | 93 | static icon_instance_t sIconInstances; |