diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/llmortician.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linden/indra/llcommon/llmortician.cpp b/linden/indra/llcommon/llmortician.cpp index c800b65..2909f45 100644 --- a/linden/indra/llcommon/llmortician.cpp +++ b/linden/indra/llcommon/llmortician.cpp | |||
@@ -74,3 +74,9 @@ void LLMortician::setZealous(BOOL b) | |||
74 | { | 74 | { |
75 | sDestroyImmediate = b; | 75 | sDestroyImmediate = b; |
76 | } | 76 | } |
77 | |||
78 | // static | ||
79 | BOOL LLMortician::getZealous() | ||
80 | { | ||
81 | return sDestroyImmediate; | ||
82 | } | ||