aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llwearable.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llwearable.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/linden/indra/newview/llwearable.cpp b/linden/indra/newview/llwearable.cpp
index 087c74c..b74ef02 100644
--- a/linden/indra/newview/llwearable.cpp
+++ b/linden/indra/newview/llwearable.cpp
@@ -70,6 +70,8 @@ const std::string LLWearable::sTypeName[ WT_COUNT+1 ] =
70 "undershirt", 70 "undershirt",
71 "underpants", 71 "underpants",
72 "skirt", 72 "skirt",
73 "alpha",
74 "tattoo",
73 "invalid" 75 "invalid"
74}; 76};
75 77
@@ -89,6 +91,8 @@ const std::string LLWearable::sTypeLabel[ WT_COUNT+1 ] =
89 "Undershirt", 91 "Undershirt",
90 "Underpants", 92 "Underpants",
91 "Skirt", 93 "Skirt",
94 "Alpha",
95 "Tattoo",
92 "invalid" 96 "invalid"
93}; 97};
94 98
@@ -112,6 +116,8 @@ LLAssetType::EType LLWearable::typeToAssetType(EWearableType wearable_type)
112 case WT_UNDERSHIRT: 116 case WT_UNDERSHIRT:
113 case WT_UNDERPANTS: 117 case WT_UNDERPANTS:
114 case WT_SKIRT: 118 case WT_SKIRT:
119 case WT_ALPHA:
120 case WT_TATTOO:
115 return LLAssetType::AT_CLOTHING; 121 return LLAssetType::AT_CLOTHING;
116 default: 122 default:
117 return LLAssetType::AT_NONE; 123 return LLAssetType::AT_NONE;