diff options
author | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
commit | cd17687f01420952712a500107e0f93e7ab8d5f8 (patch) | |
tree | ce48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/newview/llhudmanager.cpp | |
parent | Second Life viewer sources 1.19.0.5 (diff) | |
download | meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2 meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz |
Second Life viewer sources 1.19.1.0
Diffstat (limited to 'linden/indra/newview/llhudmanager.cpp')
-rw-r--r-- | linden/indra/newview/llhudmanager.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/newview/llhudmanager.cpp b/linden/indra/newview/llhudmanager.cpp index 5810cd2..2c38943 100644 --- a/linden/indra/newview/llhudmanager.cpp +++ b/linden/indra/newview/llhudmanager.cpp | |||
@@ -37,7 +37,6 @@ | |||
37 | #include "object_flags.h" | 37 | #include "object_flags.h" |
38 | 38 | ||
39 | #include "llagent.h" | 39 | #include "llagent.h" |
40 | #include "llhudconnector.h" | ||
41 | #include "llhudeffect.h" | 40 | #include "llhudeffect.h" |
42 | #include "pipeline.h" | 41 | #include "pipeline.h" |
43 | #include "llviewercontrol.h" | 42 | #include "llviewercontrol.h" |
@@ -91,7 +90,7 @@ void LLHUDManager::sendEffects() | |||
91 | llwarns << "Trying to send dead effect!" << llendl; | 90 | llwarns << "Trying to send dead effect!" << llendl; |
92 | continue; | 91 | continue; |
93 | } | 92 | } |
94 | if (hep->mType <= LLHUDObject::LL_HUD_CONNECTOR) | 93 | if (hep->mType < LLHUDObject::LL_HUD_EFFECT_BEAM) |
95 | { | 94 | { |
96 | llwarns << "Trying to send effect of type " << hep->mType << " which isn't really an effect and shouldn't be in this list!" << llendl; | 95 | llwarns << "Trying to send effect of type " << hep->mType << " which isn't really an effect and shouldn't be in this list!" << llendl; |
97 | continue; | 96 | continue; |