summaryrefslogtreecommitdiff
path: root/indra/newview/llhudobject.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2011-03-14 16:46:17 -0700
committerRichard Linden <none@none>2011-03-14 16:46:17 -0700
commit275a009ff22852500bf59ad26c1660466bd6a0d1 (patch)
tree45ab32e3bba1e41094f884edb8850ba8718b803a /indra/newview/llhudobject.cpp
parent91eb7f2e048369ddfc76eb2fbae83fa50ad8322a (diff)
parent0e10a83b6bc11d0a40f09e6ba59b30c0e1e343bd (diff)
Automated merge with ssh://hg.lindenlab.com/richard/viewer-social
Diffstat (limited to 'indra/newview/llhudobject.cpp')
-rw-r--r--indra/newview/llhudobject.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llhudobject.cpp b/indra/newview/llhudobject.cpp
index 3efb8d287d..95d57d08d8 100644
--- a/indra/newview/llhudobject.cpp
+++ b/indra/newview/llhudobject.cpp
@@ -240,6 +240,7 @@ LLHUDEffect *LLHUDObject::addHUDEffect(const U8 type)
break;
case LL_HUD_EFFECT_BLOB:
hud_objectp = new LLHUDEffectBlob(type);
+ break;
default:
llwarns << "Unknown type of hud effect:" << (U32) type << llendl;
}