diff options
author | McCabe Maxsted | 2009-10-06 22:12:05 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-10-06 22:12:05 -0700 |
commit | 23d5c59f6833156ee0714ecfba8194dd8708c730 (patch) | |
tree | 4ab05bf6af6da511c6d5072d42c2cb70570c5a11 /linden/indra/newview/rlvhelper.cpp | |
parent | Tiny improvement to radar code (diff) | |
download | meta-impy-23d5c59f6833156ee0714ecfba8194dd8708c730.zip meta-impy-23d5c59f6833156ee0714ecfba8194dd8708c730.tar.gz meta-impy-23d5c59f6833156ee0714ecfba8194dd8708c730.tar.bz2 meta-impy-23d5c59f6833156ee0714ecfba8194dd8708c730.tar.xz |
Applied RLVa-1.0.2c_20091005_Imprudence-1.2.0-diff.patch
Diffstat (limited to 'linden/indra/newview/rlvhelper.cpp')
-rw-r--r-- | linden/indra/newview/rlvhelper.cpp | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/linden/indra/newview/rlvhelper.cpp b/linden/indra/newview/rlvhelper.cpp index 6b2a1a0..429a527 100644 --- a/linden/indra/newview/rlvhelper.cpp +++ b/linden/indra/newview/rlvhelper.cpp | |||
@@ -409,12 +409,11 @@ bool rlvCanDeleteOrReturn() | |||
409 | return fIsAllowed; | 409 | return fIsAllowed; |
410 | } | 410 | } |
411 | 411 | ||
412 | // Checked: 2009-07-05 (RLVa-1.0.0c) | 412 | // Checked: 2009-09-08 (RLVa-1.0.2c) | Modified: RLVa-1.0.2c |
413 | BOOL rlvAttachToEnabler(void* pParam) | 413 | BOOL rlvAttachToEnabler(void* pParam) |
414 | { | 414 | { |
415 | // Enables/disables an option on the "Attach to (HUD)" submenu depending on whether it is (un)detachable | 415 | // Enables/disables an option on the "Attach to (HUD)" submenu depending on whether it is (un)detachable |
416 | LLViewerJointAttachment* pAttachment = (LLViewerJointAttachment*)pParam; | 416 | return gRlvHandler.isDetachable((LLViewerJointAttachment*)pParam); |
417 | return (!pAttachment) || (gRlvHandler.isDetachable(pAttachment->getObject())); | ||
418 | } | 417 | } |
419 | 418 | ||
420 | BOOL RlvGCTimer::tick() | 419 | BOOL RlvGCTimer::tick() |
@@ -672,3 +671,7 @@ std::string rlvGetLastParenthesisedText(const std::string& strText, std::string: | |||
672 | } | 671 | } |
673 | 672 | ||
674 | // ========================================================================= | 673 | // ========================================================================= |
674 | // Debug helper functions | ||
675 | // | ||
676 | |||
677 | // ========================================================================= | ||