diff options
author | Loren Shih <seraph@lindenlab.com> | 2009-12-16 17:02:02 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2009-12-16 17:02:02 -0500 |
commit | 95bbee6b0e2016ea22de6ed439210bc6faf0f77d (patch) | |
tree | 6b71afd21527da830c929322a103ed6391f1dee4 /indra/newview/llinventoryfunctions.h | |
parent | 7796fc674802fa217791f3229c4166eb8b0e6138 (diff) |
EXT-3527 : Centralize calls to getIsItemWorn
Changed more functions to use get_is_item_worn.
--HG--
branch : avatar-pipeline
Diffstat (limited to 'indra/newview/llinventoryfunctions.h')
-rw-r--r-- | indra/newview/llinventoryfunctions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventoryfunctions.h b/indra/newview/llinventoryfunctions.h index 1ff1b9a066..968db84819 100644 --- a/indra/newview/llinventoryfunctions.h +++ b/indra/newview/llinventoryfunctions.h @@ -109,7 +109,7 @@ LLUIImagePtr get_item_icon(LLAssetType::EType asset_type, U32 attachment_point, BOOL item_is_multi ); -// Is it worn, attached, etc... +// Is this item or its baseitem is worn, attached, etc... BOOL get_is_item_worn(const LLUUID& id); #endif // LL_LLINVENTORYFUNCTIONS_H |