diff options
author | Jacek Antonelli | 2008-08-15 23:44:56 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:56 -0500 |
commit | c07901e29ed545bbb02e3bddf148fe1104b94e9f (patch) | |
tree | f1ada64ce834acd7d92a425efb96c4b86bcf16b1 /linden/indra/llinventory/lleconomy.cpp | |
parent | Second Life viewer sources 1.15.0.2 (diff) | |
download | meta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.zip meta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.tar.gz meta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.tar.bz2 meta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.tar.xz |
Second Life viewer sources 1.15.1.3
Diffstat (limited to 'linden/indra/llinventory/lleconomy.cpp')
-rw-r--r-- | linden/indra/llinventory/lleconomy.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llinventory/lleconomy.cpp b/linden/indra/llinventory/lleconomy.cpp index 837acfe..e3e909b 100644 --- a/linden/indra/llinventory/lleconomy.cpp +++ b/linden/indra/llinventory/lleconomy.cpp | |||
@@ -32,6 +32,8 @@ | |||
32 | #include "message.h" | 32 | #include "message.h" |
33 | #include "v3math.h" | 33 | #include "v3math.h" |
34 | 34 | ||
35 | LLGlobalEconomy *gGlobalEconomy = NULL; | ||
36 | |||
35 | LLGlobalEconomy::LLGlobalEconomy() | 37 | LLGlobalEconomy::LLGlobalEconomy() |
36 | : mObjectCount( -1 ), | 38 | : mObjectCount( -1 ), |
37 | mObjectCapacity( -1 ), | 39 | mObjectCapacity( -1 ), |