diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-02-27 17:58:43 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-02-27 17:58:43 -0500 |
commit | 2b6d7e50053a7efd2a20032c801d4b7db3b49dc1 (patch) | |
tree | 87bb73f73a97f88066c4631d0fb2be6208ae332b /indra/newview/llinventorymodel.cpp | |
parent | 41d3b428e1cfbaf8e21a335e1a9ee9a12ad46c33 (diff) |
SH-3860 WIP - fixes for initial COF loading and config
Diffstat (limited to 'indra/newview/llinventorymodel.cpp')
-rwxr-xr-x | indra/newview/llinventorymodel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp index 171a2cd043..f0bfc68866 100755 --- a/indra/newview/llinventorymodel.cpp +++ b/indra/newview/llinventorymodel.cpp @@ -1922,9 +1922,9 @@ bool LLInventoryModel::loadSkeleton( for(cat_set_t::iterator it = temp_cats.begin(); it != temp_cats.end(); ++it) { LLViewerInventoryCategory *llvic = (*it); -#if 1 +#if 0 llvic->setVersion(NO_VERSION); -#else +#else // SH-3860 WIP if (llvic->getPreferredType()==LLFolderType::FT_CURRENT_OUTFIT && llvic->getVersion()==1) { llinfos << "preserving empty COF for first-time login" << llendl; |