diff options
author | Oz Linden <oz@lindenlab.com> | 2011-10-13 12:57:44 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-10-13 12:57:44 -0400 |
commit | 94c137d5c970bc01e3a4dbe8de6a7104085e5ba6 (patch) | |
tree | 6148d42b4656cc4a9094319ac329eefea486bd1b /indra/newview/llagentwearables.cpp | |
parent | 66b93b2e4b282a603d68963785723e589fc0f2bf (diff) | |
parent | e01c08275cd058b1c8b1fbcc12b5e88fdf73d39e (diff) |
pulling back beta updates
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 |