summaryrefslogtreecommitdiff
path: root/indra/newview/llwearabletype.cpp
diff options
context:
space:
mode:
authorDon Kjer <don@lindenlab.com>2011-04-19 21:50:08 +0000
committerDon Kjer <don@lindenlab.com>2011-04-19 21:50:08 +0000
commitee2cea657ad54643f19f1ced42deecd628a59e1b (patch)
tree9084b8cf909575612448424fe556c188885e5ab4 /indra/newview/llwearabletype.cpp
parent7e998f5eccdbcff35a4807b92d6b8a9cb4735f14 (diff)
parentb8069d1c250c03e9fffda0a9264bfd04a12f8292 (diff)
Merge with viewer-development
Diffstat (limited to 'indra/newview/llwearabletype.cpp')
-rw-r--r--indra/newview/llwearabletype.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llwearabletype.cpp b/indra/newview/llwearabletype.cpp
index 5b4b820903..9e95604712 100644
--- a/indra/newview/llwearabletype.cpp
+++ b/indra/newview/llwearabletype.cpp
@@ -144,7 +144,7 @@ BOOL LLWearableType::getDisableCameraSwitch(LLWearableType::EType type)
{
const LLWearableDictionary *dict = LLWearableDictionary::getInstance();
const WearableEntry *entry = dict->lookup(type);
- if (!entry) return FALSE;
+ if (!entry) return FALSE;
return entry->mDisableCameraSwitch;
}
@@ -153,7 +153,7 @@ BOOL LLWearableType::getAllowMultiwear(LLWearableType::EType type)
{
const LLWearableDictionary *dict = LLWearableDictionary::getInstance();
const WearableEntry *entry = dict->lookup(type);
- if (!entry) return FALSE;
+ if (!entry) return FALSE;
return entry->mAllowMultiwear;
}