aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llhudmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llhudmanager.cpp')
-rw-r--r--linden/indra/newview/llhudmanager.cpp3
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;