aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llhudobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llhudobject.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llhudobject.cpp b/linden/indra/newview/llhudobject.cpp
index 6032354..3788c29 100644
--- a/linden/indra/newview/llhudobject.cpp
+++ b/linden/indra/newview/llhudobject.cpp
@@ -42,6 +42,7 @@
42#include "llhudeffectlookat.h" 42#include "llhudeffectlookat.h"
43 43
44//Ventrella 44//Ventrella
45#include "llvoicevisualizer.h"
45#include "llanimalcontrols.h" 46#include "llanimalcontrols.h"
46#include "lllocalanimationobject.h" 47#include "lllocalanimationobject.h"
47#include "llcape.h" 48#include "llcape.h"
@@ -225,6 +226,9 @@ LLHUDObject *LLHUDObject::addHUDObject(const U8 type)
225 case LL_HUD_EFFECT_LOOKAT: 226 case LL_HUD_EFFECT_LOOKAT:
226 hud_objectp = new LLHUDEffectLookAt(type); 227 hud_objectp = new LLHUDEffectLookAt(type);
227 break; 228 break;
229 case LL_HUD_EFFECT_VOICE_VISUALIZER:
230 hud_objectp = new LLVoiceVisualizer(type);
231 break;
228 case LL_HUD_EFFECT_POINTAT: 232 case LL_HUD_EFFECT_POINTAT:
229 hud_objectp = new LLHUDEffectPointAt(type); 233 hud_objectp = new LLHUDEffectPointAt(type);
230 break; 234 break;