diff options
author | Debi King (Dessie) <dessie@lindenlab.com> | 2011-10-14 08:12:23 -0400 |
---|---|---|
committer | Debi King (Dessie) <dessie@lindenlab.com> | 2011-10-14 08:12:23 -0400 |
commit | 76a54429fef78bb36ef5d4189e78867a7002f058 (patch) | |
tree | b4df3c6ba1c49d0d0557d2f288400110cbb8a97a /indra/newview/llagentwearables.cpp | |
parent | 9221b93c66fa26c9c902467eebcb2d056695535a (diff) | |
parent | e01c08275cd058b1c8b1fbcc12b5e88fdf73d39e (diff) |
merge
Diffstat (limited to 'indra/newview/llagentwearables.cpp')
-rw-r--r-- | indra/newview/llagentwearables.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp index b9125ec8d3..729eb92e94 100644 --- a/indra/newview/llagentwearables.cpp +++ b/indra/newview/llagentwearables.cpp @@ -1168,15 +1168,12 @@ private: std::vector<LLWearable*> mWearablesAwaitingItems; }; -void LLAgentWearables::createStandardWearables(BOOL female) +void LLAgentWearables::createStandardWearables() { - llwarns << "Creating Standard " << (female ? "female" : "male") - << " Wearables" << llendl; + llwarns << "Creating standard wearables" << llendl; if (!isAgentAvatarValid()) return; - gAgentAvatarp->setSex(female ? SEX_FEMALE : SEX_MALE); - const BOOL create[LLWearableType::WT_COUNT] = { TRUE, //LLWearableType::WT_SHAPE |