aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-08-19 11:39:56 -0700
committerMcCabe Maxsted2010-08-26 11:22:57 -0700
commitbf06d757bab8de5bf23185ca15767bd88040150b (patch)
tree9396b9167392bede6ce6d2a04a732d6b8a9f9179 /linden/indra
parentApplied RLVa-1.0.5e_fix.patch by Kitty Barnett to fix RLVa up to 1.0.5.e (diff)
downloadmeta-impy-bf06d757bab8de5bf23185ca15767bd88040150b.zip
meta-impy-bf06d757bab8de5bf23185ca15767bd88040150b.tar.gz
meta-impy-bf06d757bab8de5bf23185ca15767bd88040150b.tar.bz2
meta-impy-bf06d757bab8de5bf23185ca15767bd88040150b.tar.xz
Fixed cancel button not appearing during teleports due to RLVa
Diffstat (limited to 'linden/indra')
-rw-r--r--linden/indra/newview/rlvhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/rlvhandler.cpp b/linden/indra/newview/rlvhandler.cpp
index 904ed37..18c0836 100644
--- a/linden/indra/newview/rlvhandler.cpp
+++ b/linden/indra/newview/rlvhandler.cpp
@@ -116,7 +116,7 @@ static bool rlvParseNotifyOption(const std::string& strOption, S32& nChannel, st
116 116
117// Checked: 2009-08-04 (RLVa-1.0.1d) | Modified: RLVa-1.0.1d 117// Checked: 2009-08-04 (RLVa-1.0.1d) | Modified: RLVa-1.0.1d
118RlvHandler::RlvHandler() 118RlvHandler::RlvHandler()
119 : m_fCanCancelTp(false), m_idCurObject(LLUUID::null), m_pCurCommand(NULL), m_pGCTimer(NULL), m_pWLSnapshot(NULL), m_pBhvrNotify(NULL) 119 : m_fCanCancelTp(true), m_idCurObject(LLUUID::null), m_pCurCommand(NULL), m_pGCTimer(NULL), m_pWLSnapshot(NULL), m_pBhvrNotify(NULL)
120{ 120{
121 // Array auto-initialization to 0 is non-standard? (Compiler warning in VC-8.0) 121 // Array auto-initialization to 0 is non-standard? (Compiler warning in VC-8.0)
122 memset(m_LayersAdd, 0, sizeof(S16) * WT_COUNT); 122 memset(m_LayersAdd, 0, sizeof(S16) * WT_COUNT);