diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-02-11 16:34:24 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-02-11 16:34:24 -0500 |
commit | dc61885aa6d0894c913f3ce7ede410d1c18ce089 (patch) | |
tree | 242fb598eb7ea62ec7f60f16a2e99b7f3bd1dcff /indra/newview/llagentwearables.h | |
parent | 35d43f25620a6eb3878fc744a22398aac29d1e20 (diff) | |
parent | af96d8c061faa265c229de09c0c504b73a262cb4 (diff) |
automated merge viewer2.0->viewer2.0
Diffstat (limited to 'indra/newview/llagentwearables.h')
-rw-r--r-- | indra/newview/llagentwearables.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llagentwearables.h b/indra/newview/llagentwearables.h index b4f58674af..858540a5f5 100644 --- a/indra/newview/llagentwearables.h +++ b/indra/newview/llagentwearables.h @@ -244,7 +244,8 @@ private: CALL_UPDATE = 1, CALL_RECOVERDONE = 2, CALL_CREATESTANDARDDONE = 4, - CALL_MAKENEWOUTFITDONE = 8 + CALL_MAKENEWOUTFITDONE = 8, + CALL_WEARITEM = 16 }; // MULTI-WEARABLE: index is an EWearableType - more confusing usage. |