diff options
author | McCabe Maxsted | 2010-06-16 00:55:32 -0700 |
---|---|---|
committer | Jacek Antonelli | 2010-06-19 02:43:41 -0500 |
commit | f91fa3079c0075072cd35b18a4913faa87fd2b42 (patch) | |
tree | f77f9a246a68f09e28d2f67112c36865542e5370 /linden/indra/newview | |
parent | Fixed #339: status bar doesn't update buy currency button branding after swit... (diff) | |
download | meta-impy-f91fa3079c0075072cd35b18a4913faa87fd2b42.zip meta-impy-f91fa3079c0075072cd35b18a4913faa87fd2b42.tar.gz meta-impy-f91fa3079c0075072cd35b18a4913faa87fd2b42.tar.bz2 meta-impy-f91fa3079c0075072cd35b18a4913faa87fd2b42.tar.xz |
Fixed #340: cancel button doesn't appear during teleports
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/rlvhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/rlvhandler.cpp b/linden/indra/newview/rlvhandler.cpp index 7f6643c..68453af 100644 --- a/linden/indra/newview/rlvhandler.cpp +++ b/linden/indra/newview/rlvhandler.cpp | |||
@@ -112,7 +112,7 @@ static bool rlvParseNotifyOption(const std::string& strOption, S32& nChannel, st | |||
112 | 112 | ||
113 | // Checked: 2009-08-04 (RLVa-1.0.1d) | Modified: RLVa-1.0.1d | 113 | // Checked: 2009-08-04 (RLVa-1.0.1d) | Modified: RLVa-1.0.1d |
114 | RlvHandler::RlvHandler() | 114 | RlvHandler::RlvHandler() |
115 | : m_fCanCancelTp(false), m_idCurObject(LLUUID::null), m_pCurCommand(NULL), m_pGCTimer(NULL), m_pWLSnapshot(NULL), m_pBhvrNotify(NULL) | 115 | : m_fCanCancelTp(true), m_idCurObject(LLUUID::null), m_pCurCommand(NULL), m_pGCTimer(NULL), m_pWLSnapshot(NULL), m_pBhvrNotify(NULL) |
116 | { | 116 | { |
117 | // Array auto-initialization to 0 is non-standard? (Compiler warning in VC-8.0) | 117 | // Array auto-initialization to 0 is non-standard? (Compiler warning in VC-8.0) |
118 | memset(m_LayersAdd, 0, sizeof(S16) * WT_COUNT); | 118 | memset(m_LayersAdd, 0, sizeof(S16) * WT_COUNT); |