aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llmortician.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llcommon/llmortician.cpp6
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
79BOOL LLMortician::getZealous()
80{
81 return sDestroyImmediate;
82}