aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--linden/indra/newview/llagent.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llagent.cpp b/linden/indra/newview/llagent.cpp
index 38e1c0f..db9241f 100644
--- a/linden/indra/newview/llagent.cpp
+++ b/linden/indra/newview/llagent.cpp
@@ -7197,6 +7197,8 @@ void LLAgent::makeNewOutfit(
7197 } 7197 }
7198 7198
7199 LLViewerInventoryItem* item = gInventory.getItem(mWearableEntry[index].mItemID); 7199 LLViewerInventoryItem* item = gInventory.getItem(mWearableEntry[index].mItemID);
7200 if (!item) continue; //e.g. Ruth hair on OpenSim TODO: disable checkbox
7201
7200 S32 todo = addWearableToAgentInventoryCallback::CALL_NONE; 7202 S32 todo = addWearableToAgentInventoryCallback::CALL_NONE;
7201 if (!found_first_item) 7203 if (!found_first_item)
7202 { 7204 {