diff options
author | Richard Linden <none@none> | 2011-03-14 16:46:17 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-03-14 16:46:17 -0700 |
commit | 275a009ff22852500bf59ad26c1660466bd6a0d1 (patch) | |
tree | 45ab32e3bba1e41094f884edb8850ba8718b803a /indra/newview/llhudobject.cpp | |
parent | 91eb7f2e048369ddfc76eb2fbae83fa50ad8322a (diff) | |
parent | 0e10a83b6bc11d0a40f09e6ba59b30c0e1e343bd (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-social
Diffstat (limited to 'indra/newview/llhudobject.cpp')
-rw-r--r-- | indra/newview/llhudobject.cpp | 1 |
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; } |