aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llhudeffectlookat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llhudeffectlookat.cpp')
-rw-r--r--linden/indra/newview/llhudeffectlookat.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/newview/llhudeffectlookat.cpp b/linden/indra/newview/llhudeffectlookat.cpp
index 2c0431b..75e2f30 100644
--- a/linden/indra/newview/llhudeffectlookat.cpp
+++ b/linden/indra/newview/llhudeffectlookat.cpp
@@ -48,6 +48,9 @@
48#include "llselectmgr.h" 48#include "llselectmgr.h"
49#include "llglheaders.h" 49#include "llglheaders.h"
50#include "llresmgr.h" 50#include "llresmgr.h"
51// [RLVa:KB] - Imprudence-1.3.0
52#include "rlvhandler.h"
53// [/RLVa:KB]
51 54
52#include "llxmltree.h" 55#include "llxmltree.h"
53 56
@@ -599,7 +602,7 @@ void LLHUDEffectLookAt::render()
599 // Show anonyms in place of actual names when @shownames=n restricted 602 // Show anonyms in place of actual names when @shownames=n restricted
600 if (gRlvHandler.hasBehaviour(RLV_BHVR_SHOWNAMES)) 603 if (gRlvHandler.hasBehaviour(RLV_BHVR_SHOWNAMES))
601 { 604 {
602 text = gRlvHandler.getAnonym(text); 605 text = RlvStrings::getAnonym(text);
603 } 606 }
604// [/RLVa:KB] 607// [/RLVa:KB]
605 608