aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llinventory
diff options
context:
space:
mode:
authorMcCabe Maxsted2011-04-11 02:28:05 -0700
committerMcCabe Maxsted2011-04-11 02:28:05 -0700
commit6ade0acd71c2b270c315fed93fe80b07826e5869 (patch)
tree46a37568a023cb6ee4b1711780a667e369f7a4a7 /linden/indra/llinventory
parentLittle bit of cleanup for pie menu hud (diff)
downloadmeta-impy-6ade0acd71c2b270c315fed93fe80b07826e5869.zip
meta-impy-6ade0acd71c2b270c315fed93fe80b07826e5869.tar.gz
meta-impy-6ade0acd71c2b270c315fed93fe80b07826e5869.tar.bz2
meta-impy-6ade0acd71c2b270c315fed93fe80b07826e5869.tar.xz
Initialize the upload price to 0 in case a grid doesn't send this info (at least one doesn't)
Diffstat (limited to 'linden/indra/llinventory')
-rw-r--r--linden/indra/llinventory/lleconomy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llinventory/lleconomy.cpp b/linden/indra/llinventory/lleconomy.cpp
index 4366d1e..2e98112 100644
--- a/linden/indra/llinventory/lleconomy.cpp
+++ b/linden/indra/llinventory/lleconomy.cpp
@@ -44,7 +44,7 @@ LLGlobalEconomy::LLGlobalEconomy()
44 mPricePublicObjectDecay( -1 ), 44 mPricePublicObjectDecay( -1 ),
45 mPricePublicObjectDelete( -1 ), 45 mPricePublicObjectDelete( -1 ),
46 mPriceEnergyUnit( -1 ), 46 mPriceEnergyUnit( -1 ),
47 mPriceUpload( -1 ), 47 mPriceUpload( 0 ),
48 mPriceRentLight( -1 ), 48 mPriceRentLight( -1 ),
49 mTeleportMinPrice( -1 ), 49 mTeleportMinPrice( -1 ),
50 mTeleportPriceExponent( -1 ), 50 mTeleportPriceExponent( -1 ),